
.editor-styles-wrapper .block-editor-block-list__layout .services-list, body.frontend .services-list {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 160px;
	position: relative;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .services-list, body.frontend .services-list {
		background-position: bottom;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .services-list.custom, body.frontend .services-list.custom {
	background-position: 55% top;
	margin-top: -60px;
	padding: 170px 0 100px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .services-list.custom, body.frontend .services-list.custom {
		background-position: top;
		margin-top: -80px;
		padding: 150px 0 160px;
	}
	
	.editor-styles-wrapper .block-editor-block-list__layout .services-list.custom .services-list__inner, body.frontend .services-list.custom .services-list__inner {
		align-items: center;
	}
	
	.editor-styles-wrapper .block-editor-block-list__layout .services-list.custom .services-list__left, body.frontend .services-list.custom .services-list__left {
		padding: 40px 99px 25px 50px;
		width: 73%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .services-list.custom .services-list__left .title, body.frontend .services-list.custom .services-list__left .title {
	border: none;
	padding-bottom: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .services-list.custom .services-list__left .btn--red a, body.frontend .services-list.custom .services-list__left .btn--red a {
	padding: 20px !important;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .services-list__inner, body.frontend .services-list__inner {
		align-items: flex-start;
		-moz-column-gap: 52px;
		column-gap: 52px;
		margin-left: 45px;
		margin-right: 70px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .services-list__left, body.frontend .services-list__left {
	background-color: #fff;
	padding: 20px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .services-list__left, body.frontend .services-list__left {
		padding: 40px 30px 25px 50px;
		width: 73%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .services-list__left .title, body.frontend .services-list__left .title {
	padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .services-list__left .title, body.frontend .services-list__left .title {
		border-bottom: 1px solid #000;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .services-list__left .service, body.frontend .services-list__left .service {
	border-bottom: 1px solid #000;
	padding: 20px 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .services-list__left .service:last-of-type, body.frontend .services-list__left .service:last-of-type {
	border: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .services-list__line, body.frontend .services-list__line {
	margin: 5px 0 15px;
	position: relative;
}

.editor-styles-wrapper .block-editor-block-list__layout .services-list__line img, body.frontend .services-list__line img {
	left: -100px;
	position: absolute;
	top: -30px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .services-list__right, body.frontend .services-list__right {
		width: 27%;
	}
	
	.editor-styles-wrapper .block-editor-block-list__layout .services-list__image, body.frontend .services-list__image {
		margin-top: 0;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .services-list__image img, body.frontend .services-list__image img {
	max-width: 360px;
	width: 80%;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .services-list__image img, body.frontend .services-list__image img {
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
}
