.typography-copy-hero-features {
    line-height: 1.09375;
}

@media only screen and (max-width: 1068px) {
    .typography-copy-hero-features {
        line-height: 1.0834933333;
    }
}

@media only screen and (max-width: 734px) {
    .typography-copy-hero-features {
        line-height: 1.21875;
    }
}

@media only screen and (max-width: 1068px) {
    .typography-copy-block-description {
        line-height: 1.29167;
    }
}

@media only screen and (max-width: 734px) {
    .section-safety .safety-intro .typography-headline{
         max-width:65%;
    }
}

.section-routers .grid-item-ar .copy-container {
    max-width: 346px;
}

@media only screen and (max-width: 1068px) {
    .section-routers .grid-item-ar .copy-container {
        max-width: 290px;
    }
}

.section-routers .grid-item-trade-in .copy-container {
    max-width: 444px;
}

@media only screen and (max-width: 1068px) {
    .section-routers .grid-item-trade-in .copy-container {
        max-width: 280px;
    }
}

@media only screen and (max-width: 734px) {
    .section-routers .grid-item-trade-in .copy-container {
        max-width: 300px;
    }
}

.section-design-more .copy-block-always-on {
    max-width: 460px;
}

.grid-item-log-meds .tile .overview-health-health-medications {
    --p-width: 310px;
    --p-height:312px
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .grid-item-log-meds .tile .overview-health-health-medications {
        --p-width: 239px;
        --p-height:235px
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .grid-item-log-meds .tile .overview-health-health-medications {
        --p-width: 218px;
        --p-height:216px
    }
}

@media only screen and (max-width: 734px) {
    .section-safety .safety-intro .typography-headline{
         max-width: 100%;
    }
}

@media only screen and (max-width: 1068px) {
    .section-routers .grid-item-environment .copy-container {
        max-width: 575px;
    }
}

@media only screen and (max-width: 734px) {
    .section-routers .grid-item-environment .copy-container {
        max-width: 310px;
    }
}


/* 2022-9-7 */
@media only screen and (min-width: 1069px) {
	.section-routers .tile-router.grid-item-environment, .section-routers .tile-router.grid-item-ar {
		max-width: 100%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.section-routers .grid-item-environment .tile, .section-routers .grid-item-ar .tile {
		max-width: 1385px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

