.cta-jumbotron-module {
	margin-top: 80px;
	margin-bottom: 80px;
	container: jumbotron;
	container-type: inline-size;
}

.cta-jumbotron-module:first-child {
	margin-top: 0;
}

.cta-jumbotron-module:last-child {
	margin-bottom: 0;
}

.summer-camp-intro-module + .cta-jumbotron-module {
	margin-top: 0;
	margin-bottom: 0;
}

.cta-jumbotron-module__item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 40px;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	gap: 20px;
}

.cta-jumbotron-module__label {
	margin-bottom: 10px;
}

@container jumbotron (min-width: 768px) {
	.cta-jumbotron-module__item {
		flex-flow: row wrap;
		justify-content: space-between;
		text-align: left;
		gap: 30px 40px;
	}

	.cta-jumbotron-module__item.center {
		justify-content: center;
		text-align: center;
		flex-flow: column wrap;
	}

	.cta-jumbotron-module__item.center .cta-jumbotron-module__label {
		margin-bottom: 30px;
	}
	
	.cta-jumbotron-module__item.right {
		justify-content: flex-end;
		text-align: right;
	}
}

@media (min-width: 768px) {
	.cta-jumbotron-module__item {
		padding: 60px;
	}
}

