/* LOCAL OVERRIDES */

/* ai messaging */
html
	.page-overview
	.section-hero
	.cta-wrap
	.mac-studio-global-avail.custom-ai-messaging {
	margin-top: 0.5rem;
}

/* section-routers */
.section-routers {
	margin-top: 170px;
}
@media only screen and (max-width: 1068px) {
	.section-routers {
		margin-top: 140px;
	}
}
@media only screen and (max-width: 734px) {
	.section-routers {
		margin-top: 100px;
	}
}

/* compare */
.section-compare .compare-link {
	margin-top: 35px;
}

/* environment */
@media only screen and (min-width: 1069px) {
	.router-item-environment {
		height: 593px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.router-item-environment {
		height: 427px;
	}
}
