/* ==================== section-cwtWorks-banner ================================================== */

.section-cwtWorks-banner{
	background-color:#797d7e;
	background-image: none;
	min-height: 595px;
}
.section-cwtWorks-banner h1{
	background-image: url('../../../images/main/icons/gear.svg');
}

/* ==================== section-cwtWorks-container ================================================== */

.section-cwtWorks-container{
	counter-reset: section;
}
.section-cwtWorks-items {
	border-bottom: 1px solid #c9cacb;
	overflow-x: hidden;
	background-color: white;
}
.section-cwtWorks-items.grey { background-color: #f3f3f3; }
.section-cwtWorks-items.blue { background-color: #f2fafd; }

.section-cwtWorks-items .content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-cwtWorks-items .media{
	max-height: 450px;
}
.section-cwtWorks-items p{
	color: black;
	font-size: 24px;
}
.section-cwtWorks-items h3{
	position:relative;
	margin: 30px 0 10px 0;
	padding-left: 100px;
	font-size: 48px;
	font-weight: bold;
	color: #333333;
}
.section-cwtWorks-items h3:before{
	/* number */
	position:absolute;
	counter-increment: section;
	content: counter(section);
	left: 0;
	top: 50%;
	margin-top: -43px;
	font-size: 72px;
	color: #1a93fc;
}
.section-cwtWorks-items h3:after{
	/* border */
	position:absolute;
	content: '';
	top: -5px;
	bottom: -5px;
	left: 60px;
	background-color: #bdbaba;
	width: 7px;
	border-radius: 3px;	
}
.section-cwtWorks-items h4{
	margin: 10px 0;
	padding-left: 100px;
	font-size: 36px;
	font-weight: bold;
	color: #3672d4;
}
