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






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




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

@media only screen and (max-width: 734px) {
    .section-hero .section-content {
        width: 91.5%;
    }
}

@media only screen and (max-width:624px) {
    .section-compare .compare-table .cell.stands {
        grid-template-rows: auto 40px 65px auto;
    }
}

@media only screen and (max-width:447px) {
    .section-compare .compare-table .cell.stands {
        grid-template-rows: auto 40px auto auto;
    }
}

@media only screen and (max-width:387px) {
    .section-compare .compare-table .cell.stands {
        grid-template-rows: auto 40px 65px auto;
    }
}

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