.fc_overlapping_banner:first-child {
	margin-top: 22px;
}
.ol-banner {
	position: relative;
}
.ol-banner .banner img {
	width: 100%;
}
.ol-banner .banner-row {
	flex-wrap: wrap;
	gap: 56px;
	position: relative;
}
.ol-banner .content-col {
	flex: 1 1 calc(58% - 28px);
	margin-top: 60px;
}
.ol-banner .image-col {
	flex: 1 1 calc(42% - 28px);
	position: relative;
}
.ol-banner .image-col .image {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateY(-20%);
}
.ol-banner .image-col img {
	border: 10px solid #FFF;
}
.ol-banner h1 {
	font-size: 48px;
	color: var(--color-5);
}
.ol-banner h1 strong {
	font-weight: 800;
}