/* ========================================================================== *\
   BREAKPOINTS
\* ========================================================================== */

@import "responsive-mobile.css" screen and (max-width: 700px);
@import "responsive-tablet-portrait.css" screen and (min-width:701px) and (max-width:1020px);
@import "responsive-tablet-landscape.css" screen and (min-width:1021px) and (max-width:1240px);

/* ========================================================================== *\
   IMAGE RESIZE
\* ========================================================================== */

img{max-width: 100%; height: auto !important;}
img{ -ms-interpolation-mode: bicubic; }
.hide {
    display: none;
}
.why-container-legacy img{
    max-height:53px;
}
.columns.reverse {
    flex-direction: row-reverse;
}