/* ========================================================================
   Overwrites for small displays
 ========================================================================== */

@media (max-width: 639px) {

    .uk-heading-xlarge {
        font-size: 2.8875rem !important;
        line-height: 1.1 !important;
    }

    .uk-heading-large {
        font-size: 41.6px !important;
        line-height: 1.2 !important;
    }

    .uk-h3 {
      font-size: 20px !important;
      line-height: 26px !important;
    }

}