.sr-only {
   width: 1px !important; 
   height: 1px !important 
}
.contact-form-v2__form { flex-direction: column; }

@media screen and (max-width:600px){
  .h1style, h1{
    font-size:30px;
  }
}

@media screen and (max-width:360px){
  .contact-form-v2__wrapper, .contact-form-v2__column{
    max-width:300px;
    width:100%;
  }
  .mod-safe-area .contactSection iframe{
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}