/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/


.overview-routers-accessories {
    --p-width: 1380px;
    --p-height:358px;
}
@media only screen and (max-width: 1068px) {
    .overview-routers-accessories {
        --p-width: 970px;
        --p-height:325px;
    }
}
@media only screen and (max-width: 734px) {
    .overview-routers-accessories {
        --p-width: 734px;
        --p-height:208px;
        margin-bottom: 0px;
    }
}


.subsection-stats .stats-list .stat-wrapper:nth-of-type(1) {
    position: relative;
    margin: 0.25px -1.75px 0;
    --stat-background-opacity: 0;
}

@media only screen and (max-width: 1068px) {
.subsection-stats .stats-list .stat-wrapper:nth-of-type(1) {
    position: relative;
    margin: -0.75px -1.75px 0;
    --stat-background-opacity: 0;
}
}


@media only screen and (max-width: 734px) {
.subsection-stats .stats-list .stat-wrapper:nth-of-type(1) {
    position: relative;
    margin: -1.75px -1.75px 0;
    --stat-background-opacity: 0;
}
}


@media only screen and (max-width:1068px) {
    .subsection-stats .stats-list .stat {
        padding-bottom: 1.08em;
        padding-left: 4px;
    }
}

@media only screen and (max-width:734px) {
    .subsection-stats .stats-list .stat {
        padding-bottom: 1.15em;
        padding-left: 4px;
    }
}




/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 