/*** Responsive Start */
/** Headings */
@media screen and (max-width: 549px) {
     h1, .uk-h1 {
          font-size: 22px!important;
          }
     h2, .uk-h2 {
          font-size: 19px!important;
          }
      h3, .uk-h3 {
          font-size: 17px!important;
          }
}
/*** Responsive End */