
.widget-area {
	padding: 20px;
	border-left: 1px solid #fbfbfb;

	@media (max-width: $breakpoint-small  ) {
		border-left: none;
	}
}



.widget {
	margin-bottom: 60px;

	@media (max-width: $breakpoint-mobile  ) {
		&:last-of-type {
			margin-bottom: 0;
		}
	}

	.widget-title {
		padding: 15px 0 10px;
		font-size: 14px;
		text-transform: uppercase;
		color: #252525;
		border-bottom: 2px solid #f1f1f1;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}

	ul {
		list-style-type: disc;
		padding: 0;
		margin-left: 17px;
		color: #b7b7b7;

		li {
			font-size: 14px;
			margin-bottom: 6px;

			a {
				color: #676767;
			}
		}
	}
}