.web-design-content {
	padding: 80px 0 50px 0;
}
.web-design-content .wd-top {
	padding-bottom:  60px;
	border-bottom: 2px #454a5b solid;
}
.web-design-content .wd-top h3 {
	font-family:  'source_sans_probold', Arial, sans-serif;
	font-size:  50px;
	line-height:  60px;
	color:  #000;
	max-width: 395px;
	position: relative;
	top:  50%;
	-webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.web-design-content .wd-top h3 a {
	color:  #ff6e40;
}
.web-design-content .wd-columns {
	padding-top:  95px;
	padding-bottom:  0;
}

.web-design-content .wd-columns h3 {
	font-family: 'source_sans_probold', Arial, sans-serif;
	font-size:  36px;
	line-height: 47px;
	color:  #000;
	margin:  0 0 20px;
}
.web-design-content .wd-columns p {
	font-family:  'source_sans_proregular', Arial, sans-serif;
	font-size:  16px;
	line-height:  24px;
	color:  #000;
	margin: 0 0 25px;
}
.web-design-content .highlight {
	border-top:  2px #454a5b solid;
	padding: 30px;
	background-color:  #faf9f4;
	margin-top:  75px;
}
.web-design-content .highlight h3 {
	font-family:  'source_sans_probold', Arial, sans-serif;
	font-size:  36px;
	line-height:  47px;
	color:  #000;
	margin:  0 0 15px;
	padding-left:  50px;
	position:  relative;
}
.web-design-content .highlight h3 span {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 5px #c9d4f1 solid;
	background-color: #455fa4;
	color: #fff;
	font-family: 'robotomedium', Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-right: 19px;
	position:  absolute;
	top: 5px;
	left: 0px;
}
.web-design-content .highlight p {
	font-family: 'source_sans_proregular', Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin:  0 0 25px;
}
.web-design-content .highlight p:last-child {
	margin-bottom: 0;
}
.web-design-content .highlight p a {
	font-family:  'source_sans_probold', Arial, sans-serif;
	font-size:  18px;
	line-height: 24px;
	color: #000;
	text-decoration: underline;
} 

@media (max-width:  1200px) {
	.web-design-content .wd-columns {
		padding-top: 50px;
	}
	.web-design-content .highlight {
		margin-top:  30px;
	}
}
@media (max-width: 992px) {
	.web-design-content {
		padding:  20px 0;
	}
	.web-design-content .wd-top h3 {
		font-size: 40px;
		line-height: 52px;
	}
	.web-design-content .highlight {
	    margin-top: 0;
	    padding:  15px;
	}
	.wd-columns:nth-child(2) .row {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.wd-columns img {
		display:  block;
		margin-left:  auto;
		margin-right:  auto;
		margin-bottom: 15px;
	}
	.web-design-content .highlight h3 {
		padding-left:  45px;
	}
}
@media (max-width: 767px) {
	.web-design-main-banner h3 {
		font-size: 30px;
		line-height:  39px;
		margin:  0 0 15px;
	}
	.web-design-main-banner p strong {
		font-size:  27px;
		line-height: 35px;
	}
	.web-design-content .wd-top {
		padding-bottom: 20px;
	}
	.web-design-content .wd-top h3 {
		font-size:  30px;
		line-height: 39px;
	}
	.web-design-content .wd-columns {
		padding: 20px 0;
	}
	.web-design-content .wd-columns h3 {
		font-size:  30px;
		line-height: 39px;
		margin:  0 0 15px;
	}
	.web-design-content .wd-columns p {
		margin-bottom: 15px;
	}
	.web-design-content .highlight h3 {
		font-size:  26px;
		line-height: 34px;
	}
	.web-design-content .highlight p {
		margin: 0 0 15px;
	}
	.wd-full-width-columns .wrapper p {
		line-height: 24px;
		margin:  0 0 20px;
	}
}