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






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




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

@media only screen and (max-width: 1068px) {
    .section-features .column.feature-column-heading {
        flex-basis: 28%;
        max-width: 28%;
    }
    .section-features .column.medium-4 {
        flex-basis: 31.5%;
        max-width: 31.5%;
    }
}
@media only screen and (max-width: 734px) {
    .section-features .column.small-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}



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