.services-descriptions {
	margin-bottom: 80px;
}
.services-descriptions .owl-stage {
	display: flex;
}
.services-descriptions .owl-stage .owl-item {
    flex: 1 0 auto;
	background: #11212B;
}
.services-descriptions .owl-dots {
	text-align: center;
	padding: 40px 0;
}
.service-description-text-wrapper {
	position: relative;	
}
.services-descriptions .service-description h4 {
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 60px 30px 30px 30px;
	position: relative;
}
.services-descriptions .service-description h4:before {
	content: '';
	background: #DB233A;
	width: 6px;
	height: 40px;
	display: block;
	position: absolute;
	left: 30px;
	top: 0;
}
.services-descriptions .service-description .service-description-thumbnail-wrapper {
	position: relative;
	overflow: hidden;
	z-index: 30;
	background: #11212B;
}
.services-descriptions .service-description .service-description-thumbnail-wrapper .btn {
	position: absolute;
	right: 0;
	top: 22%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.services-descriptions .service-description .service-description-thumbnail-wrapper:hover .btn {
	opacity: 1;
}
.services-descriptions .service-description .service-description-thumbnail {
	padding-top: 69%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	position: relative;
}
.services-descriptions .service-description .service-description-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 576px) {
	.services-descriptions .owl-item:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		top: 0;
		width: 1.5px;
		background: rgba(255, 255, 255, .2);
		overflow: hidden;
	}
	.services-descriptions .owl-item:first-of-type:before {
		display: none;
	}
}
@media (min-width: 1200px) {
	.services-descriptions .service-description .service-description-thumbnail {
		padding-top: 100%;
	}
	.services-descriptions .service-description .service-description-thumbnail-wrapper:hover .service-description-thumbnail {
		filter: blur(16px);
	}
	.services-descriptions .service-description .service-description-thumbnail-wrapper .btn {
		opacity: 0;
	}
}
@media (min-width: 1400px) {
	.services-descriptions .service-description h4 {
		font-size: 32px;
		line-height: 40px;
	}	
}