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






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




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

@media only screen and (max-width: 734px) {
   .intro-wrapper .studio-display-wrapper .intro-cta {
      margin-top: 14px;
   }
}

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

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


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