
.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background, body.frontend.page-surety .info-cards-with-background {
	margin-top: 0;
	padding: 110px 0 250px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background, body.frontend.page-surety .info-cards-with-background {
		padding: 195px 0 190px;
	}
}

@media only screen and (min-width:2560px) {
	.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background, body.frontend.page-surety .info-cards-with-background {
		padding: 195px 0 225px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background.no-cta, body.frontend.page-surety .info-cards-with-background.no-cta {
	padding: 110px 0 250px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background.no-cta, body.frontend.page-surety .info-cards-with-background.no-cta {
		padding: 195px 0 280px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background.center-card .info-cards-with-background__cards, body.frontend.page-surety .info-cards-with-background.center-card .info-cards-with-background__cards {
	align-items: center;
	justify-content: center;
}

.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background__cta, body.frontend.page-surety .info-cards-with-background__cta {
	background-color: transparent !important;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background__cta, body.frontend.page-surety .info-cards-with-background__cta {
		margin-top: 90px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background__cta .btn--arrow, body.frontend.page-surety .info-cards-with-background__cta .btn--arrow {
	color: #f00000 !important;
}

.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background__cta a, body.frontend.page-surety .info-cards-with-background__cta a {
	background-color: transparent !important;
	color: #1c146b !important;
	font-weight: 700 !important;
	padding: 0 !important;
	position: relative !important;
}

.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background__cta a:after, body.frontend.page-surety .info-cards-with-background__cta a:after {
	background-color: #f00000;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	width: calc(100% - 15px);
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background__cta a:after, body.frontend.page-surety .info-cards-with-background__cta a:after {
		width: calc(100% - 20px);
	}
}

@media only screen and (min-width:1400px) {
	.editor-styles-wrapper .block-editor-block-list__layout.page-surety .info-cards-with-background__cta a:after, body.frontend.page-surety .info-cards-with-background__cta a:after {
		width: calc(100% - 35px);
	}
}

.editor-styles-wrapper .block-editor-block-list__layout.page-surety .card_text ul, body.frontend.page-surety .card_text ul {
	margin-top: 5px;
}

.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background, body.frontend .info-cards-with-background {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -50px;
	padding: 195px 0 60px;
	pointer-events: none;
	position: relative;
	z-index: 2;
}

.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background.no-cta, body.frontend .info-cards-with-background.no-cta {
	padding: 195px 0 120px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background.no-cta, body.frontend .info-cards-with-background.no-cta {
		padding: 195px 0 150px;
	}
	
	.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background, body.frontend .info-cards-with-background {
		margin-top: -100px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__inner, body.frontend .info-cards-with-background__inner {
	pointer-events: all;
}

.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__cards, body.frontend .info-cards-with-background__cards {
	align-items: center;
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	gap: 85px;
	pointer-events: auto;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__cards, body.frontend .info-cards-with-background__cards {
		align-items: unset;
		flex-flow: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__cta, body.frontend .info-cards-with-background__cta {
	margin-top: 40px;
}

.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__card, body.frontend .info-cards-with-background__card {
	background-color: #fff;
	max-width: 297px;
	padding: 35px 20px 35px 33px;
	position: relative;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__card, body.frontend .info-cards-with-background__card {
		max-width: 510px;
		padding: 60px 42px 60px 70px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__card .card_cta, body.frontend .info-cards-with-background__card .card_cta {
	margin-top: 30px;
}

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

.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__card:before, body.frontend .info-cards-with-background__card:before {
	background-color: #f00000;
	bottom: -16px;
	content: "";
	height: calc(100% + 32px);
	left: 10px;
	position: absolute;
	top: -16px;
	width: 2px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__card:before, body.frontend .info-cards-with-background__card:before {
		bottom: -35px;
		height: calc(100% + 70px);
		left: 25px;
		top: -35px;
		width: 4px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__card a, body.frontend .info-cards-with-background__card a {
	color: #1c146b;
	font-weight: 700;
	position: relative;
}

.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__card a:after, body.frontend .info-cards-with-background__card a:after {
	background-color: #f00000;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	width: calc(100% - 15px);
}

.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__text, body.frontend .info-cards-with-background__text {
	margin-top: 45px;
	padding: 0 10vw;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .info-cards-with-background__text, body.frontend .info-cards-with-background__text {
		margin-top: 90px;
		padding: 0 100px;
	}
}
