.globalNameClass .js-form-item label {
text-align: left;
}
.globalClass label{
text-align: left;
}
.globalClass label {
    color: #01016e !important;
}
.colorrr{
  color: #01016e !important;
}
.iti__standard {
 display: none !important;
}
.validation-errors-phone.hide {
    display: none;
}
h1.title{
font-family: var(--v-heading-font) !important;
color: var(--c-footer_newsletter_label_text_color, var(--c-primary)) !important;
}
@media only screen and (min-width: 768px){
  h1.title{font-size: 4.5rem}
  
}
@media only screen and (min-width: 300px) and (max-width: 767px){
    .news-letter__inner {
        max-width: 90% !important;
        max-height: 85vh !important;
    }
  h1.title{font-size: 3.2rem}
  
}
@media only screen and (min-width: 275px) and (max-width: 767px){
    .news-letter__inner .globalClass .globalElement,.news-letter__inner .globalClass .js-form-item,.news-letter__inner .globalClass .globalTextElement {
        margin: 0 auto 1rem;
    }
  .news-letter__inner .newsletter-label {
    padding: 2rem 0 1rem;
}
  h1.title{font-size: 3.2rem}
}