@media (min-width: 768px){
    form.webform-submission-extra-sours-form {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 70rem;
        width: 65rem;
    }
  .globalClass .globalElement.first, .globalClass .globalElement.last, .globalClass .globalElement.age, .globalClass .globalElement.insta, .globalClass .globalElement.street, .globalClass .globalElement.city {
        max-width: 30rem !important;
    }
  .globalClass .globalElement.city {
        margin-top: 4.5rem !important;
    }
  .globalClass.age.js-form-item.form-item {
    max-width: 30rem !important;
    width: 100%;
  }
  input#edit-email {
    max-width: 62rem;
  }
}
.globalFormSubmit {
    margin: 0 auto;
}
.webform-submission-extra-sours-form .globalClass input {
border-radius: 0px !important;  
border-color: #004a15;
}
select#edit-age-range {
    border-color: #004a16;
    color: #004a16;
}
.globalClass.age select option {
  background-color: #004a15;
  color: #ffffff;
}
span.validation-error {
    display: none;
}
.globalPrivacy.onetc .webform-element-description{
  padding-left: 0px !important;
}
.globalPrivacy{
  margin-bottom: 0px !important;
}