/* Hero pricing */

@media (max-width: 734px) {
	.section-welcome .typography-milestone-secondary {
		max-width: 175px;
	}
}

@media (max-width: 480px) {
	.section-welcome .typography-milestone-secondary {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Media card section */

.section-media-card .section-header .section-header-headline {
	max-width: 100%;
}

/* Highlights Gallery */

@media (max-width: 374px) {
	.section-media-card .media-gallery .typography-media-card-gallery-headline {
		font-size: 16px;
	}
	.section-media-card
		.media-gallery
		.media-card-gallery-item-3
		.typography-media-card-gallery-headline {
		margin-left: 16px;
		margin-right: 16px;
	}
}

@media (min-width: 735px) and (max-width: 1068px) {
	.section-media-card
		.media-gallery
		.media-gallery-item-5
		.typography-media-card-gallery-headline {
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
}
