/* Local overrides */

/* Devices section */
@media only screen and (min-width: 1069px) {
	.section.section-compatibility .typography-section-headline {
		max-width: 750px;
	}
}

@media (min-width: 766px) and (max-width: 1068px) {
	.section-get-started .tile-custom-plans .tile-image {
		padding-block-start: 140px;
	}
}

@media (min-width: 735px) and (max-width: 765px) {
	.section-get-started .tile-custom-plans .tile-image {
		padding-block-start: 210px;
	}
}

@media (min-width: 1069px) {
	.section-routing .router-ctas {
		flex-direction: column;
		gap: 19px;
	}
}
