.heading2 {
    font-size: 2rem !important;
    color: white;
    text-align: center;
    margin-bottom: 36px;
}
.globalCheckBox {
    width: 34% !important;
}

.globalClass select {
font-family: var(--v-form-field-title-font);
    color: var(--c-newsletter-text-color-override,var(--c-subcolor-1));
    font-size: 16px !important;
    color: #c4c4c4;
    
    background-color: white;
    max-width: 65rem;
    width: 63rem;
margin: 0 auto 2rem;
}
.globalClass.js-form-item.form-iteml{
    font-size: 16 px;
}
.bottom_text{
    font-size:1.5rem !important;
    color:white;
}
.bottom_text a{
    color:white;
}

.news-name > div > label{
    font-size:2rem !important;
}

.news-email{
    font-size:2rem !important;
}

.news-tnc  > div > div{
    font-size:2rem !important;
}
  .newsletter-label h2 {
 display: none;
}
.globalNameClass {
 white-space: pre-line;
border-radius: 1rem;
}
.globalPrivacy .globalCheckBox {
    width: 20px;
    height: 20px;
}
@media only screen and (min-width: 1024px) {    
   
   .heading2 {
        font-size: 2.4rem !important;
    }
  
    .bottom_text {
      font-size:1.5rem !important;
    }

    .news-name > div > label{
      font-size:2rem !important;
    }
.globalClass label {
    font-family: var(--v-form-field-title-font);
    color: var(--c-newsletter-text-color-override,var(--c-subcolor-1));
    font-size: 2rem !important;
}
    .news-email{
      font-size:2rem !important;
    }
  .newsletter-label h2 {
 display: none;
}
.globalNameClass {
 white-space: pre-line;
border-radius: 1rem;
}
.globalPrivacy .globalCheckBox {
    width: 20px;
    height: 20px;
}
}