/* # Font Sizing
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */
/* # Font Sizing # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere. ---------------------------------------------------------------------------------------------------- */
 @media only screen and (min-width:1024px) and (max-width:1280px) {
     body .elementor-section.elementor-section-boxed>.elementor-container {
         max-width: 110rem !important;
    }
     .site-inner, .wrap {
         max-width: 110rem;
    }
}
 @media only screen and (min-width:1441px) and (max-width:1600px) {
     html {
         font-size: 56.3%;
    }
}
 @media only screen and (min-width:1280px) and (max-width:1440px) {
     html {
         font-size: 50%;
    }
}
 @media only screen and (min-width:1024px) and (max-width:1279px) {
     html {
         font-size: 48%;
    }
}
 @media only screen and (min-width:961px) and (max-width:1023px) {
     html {
         font-size: 46%;
    }
}
 @media only screen and (max-width:960px) {
     html {
         font-size: 50%;
    }
}