/* Localised CSS FIX - START */

/* view in your space issue */
@media only screen and (max-width: 734px) {
	html .page-overview .section-hero .cta-wrap .mx-pricing-wrap.anz-mx-pricing-wrap {
		flex-direction: column;
		align-items: center;
	}
}

/* financing router image */
.overview-routers-financing {
	display: block;
	width: var(--p-width);
	height: var(--p-height);
	--p-width: 680px;
	--p-height: 282px;
}

@media only screen and (max-width: 1068px) {
	.overview-routers-financing {
		--p-width: 504px;
		--p-height: 220px;
	}
}

@media only screen and (max-width: 734px) {
	.overview-routers-financing {
		--p-width: 375px;
		--p-height: 220px;
	}
}
/* Localised CSS FIX - END */
