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






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




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
@media only screen and (max-width:624px) {
    .section-compare .compare-table .cell.stands {
        grid-template-rows: auto 20px 45px auto;
    }
}

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

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

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