
.editor-styles-wrapper .block-editor-block-list__layout .programs-list, body.frontend .programs-list {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -200px;
	padding: 250px 0 160px;
	position: relative;
	z-index: 1;
}

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

.editor-styles-wrapper .block-editor-block-list__layout .programs-list__shape-mask, body.frontend .programs-list__shape-mask {
	padding: 0;
	position: relative;
	z-index: 2;
}

.editor-styles-wrapper .block-editor-block-list__layout .programs-list__shape-mask img, body.frontend .programs-list__shape-mask img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.editor-styles-wrapper .block-editor-block-list__layout .programs-list.with-mask, body.frontend .programs-list.with-mask {
	background-position: top !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .programs-list__inner, body.frontend .programs-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 .programs-list__left, body.frontend .programs-list__left {
	background-color: #fff;
	box-shadow: -5px 5px 15px rgba(15, 7, 8, .38);
	padding: 40px 20px 20px;
}

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

.editor-styles-wrapper .block-editor-block-list__layout .programs-list__left .title, body.frontend .programs-list__left .title {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .programs-list__left .title, body.frontend .programs-list__left .title {
		padding-bottom: 30px;
	}
}

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

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

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

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

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

.editor-styles-wrapper .block-editor-block-list__layout .programs-list__image img, body.frontend .programs-list__image img {
	margin-top: 30px;
	max-width: 100%;
	width: 100%;
}

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