.module-sidebar-cta {
	color: var(--white-color);
	position: relative;
	background-color: var(--primary-color);
}
.module-sidebar-cta h4 {
}
.module-sidebar-cta h4 em {
	font-weight: 500;
	font-style: italic;
	font-family: var(--heading-font-family);
	color: var(--secondary-color);
}

.module-sidebar-cta-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.module-sidebar-cta-bg img {
	width: 100%;
	height: 100%;
	object-fit: none;
	object-position: center center;
}

.module-sidebar-cta-holder {
	z-index: 1;
	padding: 60px 40px;
	position: relative;
}

@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1025px) {
}
