
.editor-styles-wrapper .block-editor-block-list__layout .wide-cards, body.frontend .wide-cards {
	margin-top: -240px;
	padding: 275px 0 140px;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .wide-cards, body.frontend .wide-cards {
		margin-top: -210px;
	}
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .wide-cards, body.frontend .wide-cards {
		margin-top: -180px;
	}
}

@media only screen and (min-width:2560px) {
	.editor-styles-wrapper .block-editor-block-list__layout .wide-cards, body.frontend .wide-cards {
		margin-top: -205px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .background, body.frontend .wide-cards .background {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .background img, body.frontend .wide-cards .background img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 60%;
	object-position: 60%;
	width: 100%;
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .background img, body.frontend .wide-cards .background img {
		-o-object-position: center top;
		object-position: center top;
	}
	
	.editor-styles-wrapper .block-editor-block-list__layout .wide-cards__inner, body.frontend .wide-cards__inner {
		padding-top: 100px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .wide-cards__cta, body.frontend .wide-cards__cta {
	margin-top: 50px;
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .wide-cards__cta, body.frontend .wide-cards__cta {
		margin-top: 88px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .cards, body.frontend .wide-cards .cards {
	display: flex;
	flex-flow: column;
	gap: 30px;
	margin: 0 auto;
	max-width: 65vw;
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .cards, body.frontend .wide-cards .cards {
		gap: 78px;
		margin: 0 auto;
		max-width: 100%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .card, body.frontend .wide-cards .card {
	align-items: stretch !important;
	background: #fff;
	border-radius: 27px;
	overflow: hidden;
	transform: translateZ(0);
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .card, body.frontend .wide-cards .card {
		flex-flow: row;
	}
	
	.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .card:nth-child(2n), body.frontend .wide-cards .card:nth-child(2n) {
		align-items: stretch !important;
		flex-flow: row-reverse !important;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .card__image, body.frontend .wide-cards .card__image {
	display: flex;
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .card__image, body.frontend .wide-cards .card__image {
		flex: 0 0 315px;
		max-width: 315px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .card__image img, body.frontend .wide-cards .card__image img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1.02);
	width: 100%;
}

.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .card__content, body.frontend .wide-cards .card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	width: 100%;
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .card__content, body.frontend .wide-cards .card__content {
		padding: 40px 55px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .wide-cards .card__content h2, body.frontend .wide-cards .card__content h2 {
	color: #1c146b;
}
