/* environment tile - START */
@media only screen and (min-width: 1069px) {
	.section-routers .router-item-environment .router-item-content {
		margin-block: 75px;
	}
}
/* environment tile - END */
/* trade in tile - START */
.overview-routers-tradein {
	--p-width: 1380px;
	--p-height: 528px;
}
@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.overview-routers-tradein {
		--p-width: 1028px;
		--p-height: 404px;
	}
}
@media only screen and (max-width: 734px) and (max-width: 734px) {
	.overview-routers-tradein {
		--p-width: 375px;
		--p-height: 192px;
	}
}
/* trade in tile - END */
