.cta-banner__box {
	position: relative;

	overflow: hidden;

	padding: 3rem 1rem 3rem;

	background-color: var(--cta-banner-bg);

	border-radius: var(--border-radius-xl);
}

.cta-banner__background,
.cta-banner__overlay {
	position: absolute;

	inset: 0;
}

.cta-banner__background {
	z-index: 0;
}

.cta-banner__background img {
	width: 100%;

	height: 100%;

	object-fit: cover;
}

.cta-banner__overlay {
	z-index: 1;

	background: rgba(0, 0, 0, 0.35);
}

.cta-banner__content {
	position: relative;

	z-index: 2;
}

.cta-banner__title {
	font-family: var(--font-title);
	font-weight: bold;
}

.cta-banner__description h3 {
	font-size: var(--font-size-xl);
}
