.explore-expertise{
	position: relative;
	background-image: url(https://dummyimage.com/1440x875/000/fff);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.justify-end{
	justify-content: flex-end;
}
.justify-start{
	justify-content: flex-start;
}
/* temp bg for section */
.explore-expertise:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: #0000009c;
}
.explore-expertise-wrap{
	position: relative;
	/*padding-bottom: 90px;*/
}
.explore-expertise-content-row-1{
	justify-content: flex-end;
}

.explore-expertise-promo-img-wrap{
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
img.explore-expertise-promo-img{
	vertical-align: bottom;
	width: 100%;
}

.explore-expertise-content-data{
	padding: 90px;
	margin-bottom: 90px;
}
.explore-expertise-content-data-title-wrap{
	position: relative;
    transform: translateX(-200px);
    width: calc(100% + 200px);
    /*background-color: #1B2227;*/
}
.explore-expertise-content-data-title-wrap:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(24, 30, 36, 0.9);
	width: 110px;
	height: 100%;
}
.block-half-top{
	transform: translateY(-50%);
	position: absolute;
}
.explore-expertise-content-data-title{
	color: #fff;
	font-size: 64px;
	margin-bottom: 0;
	margin: 15px 30px;
	display: inline-block;
	position: relative;
}
.explore-expertise-content-data-description{
	color: #aaa;
	padding: 30px 0 60px 0;
}
a.explore-expertise-content-data-btn{
	color: #fff;
}
.explore-expertise-content-bot-img-row{
	justify-content: flex-end;
	display: flex;

	padding: 0 30px;
}

/* Site design width */
@media only screen and ( max-width: 1280px ){
    .explore-expertise-wrap {
		padding: 90px 30px;
	}
	.explore-expertise-content-bot-img-row{
		display:none!important;
	}
	.explore-expertise-content-data{
		margin-bottom: 0;
	}
}
@media only screen and ( max-width: 1180px ){
	.explore-expertise-small-img-row{
		display: none!important;
	}
	.explore-expertise-content-data{
		margin-bottom: 0;
	}
	.explore-expertise-content-data-title {
		font-size: 2.250em;
	}
}
@media only screen and ( max-width: 980px ){
	.explore-expertise-content-data-title-wrap{
		transform: translateX(0);
		width: 100%;
	}
	.explore-expertise-content-data-title-wrap:before{
		display: none;
	}
	.explore-expertise-content-data{
		padding: 0;
	}
	.explore-expertise-content-data-title{
		margin: 0;
	}
	.explore-expertise-wrap{
		padding: 0;
	}
	.explore-expertise > .content-container{
		padding: 0;
	}
	.explore-expertise-content-right{
		padding: 0;
	}
	.explore-expertise-content-data{
		padding: 50px 30px;
	}
	.explore-expertise-content-data-description{
		padding: 30px 0;
	}
}

/* Mobile */
@media only screen and ( max-width: 640px ){
	.explore-expertise-content-right {
		width: 100%;
    	max-width: 100%;
	}

	.explore-expertise-content-data-title-wrap {
		position: inherit;
		transform: none;
		width: 100%;
		background-color: transparent;
	}

	.explore-expertise-content-data-title-wrap:before {
		display: none;
	}

	.explore-expertise-content-data-title {
		margin: 0px;
	}

	.explore-expertise-promo-img-wrap.block-half-top {
		position: inherit;
		transform: inherit;
		margin-top: 15px;
	}
  }
