/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');


form .hs-form-field > label { text-transform: none; }


@media (max-width:767px) {
  h1 {font-size: 50px !important;
    line-height: 1.2em !important;
}
}
  
  @media (max-width:1200px) {
  h1 {font-size: 50px !important;
}