/* ==========================================
   Text with Fixed Background - Custom Styles
   ========================================== */

.text-with-fixed-background .content-box__background-media img,
.text-with-fixed-background .content-box__background-media::after,
.text-with-fixed-background .text-with-fixed-background__content-block {
	border-radius: var(--border-radius-base);
}

.text-with-fixed-background__title-block {
	max-width: 40rem;
}

.text-with-fixed-background__title-block .heading-block {
	margin-top: 24px;
}
	
.text-with-fixed-background__content-block {
	max-width: 30rem;
	padding: 30px;
	@media screen and (min-width: 1000px) {
		padding: 48px;
	}
}

.text-with-fixed-background .placement-grid {
	@media screen and (max-width: 999px) {
		row-gap: 40px;
	}
}

.text-with-fixed-background .content-box {
	--content-box-spacing: 20px;

	@media screen and (min-width: 1000px) {
		--content-box-spacing: 48px;
		aspect-ratio: 1376 / 720;
	}
}

.text-with-fixed-background .text-with-fixed-background__content-block .heading-block {
	margin: 0;
	@media screen and (max-width: 999px) {
		font-size: 20px;
	}
}