body .age-gate-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
body .age-gate-submit-yes {
  padding-top: 9px;
  padding-right: 15px;
  padding-bottom: 9px;
  padding-left: 15px;
  background-color: #023e59;
  color: #ffffff;
}
body .age-gate-subheading {
  font-size: 26px;
  text-transform: uppercase;
  color: #023e59;
}
body .age-gate-submit-no {
  padding-top: 9px;
  padding-right: 25px;
  padding-bottom: 9px;
  padding-left: 25px;
  color: #ffffff !important;
  background-color: #3f5a69;
}
body .age-gate-challenge {
  text-transform: uppercase;
  color: #023e59;
  padding-top: 15px;
  padding-bottom: 15px;
}
body .age-gate-message {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #023e59;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
body .age-gate-form {
  display: block;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
}
.age-gate-wrapper .age-gate-logo-image {
  display: block;
  height: 180px;
}
.age-gate-wrapper .age-gate-heading-title {
  height: 250px !important;
}
@media screen and (max-width: 375px) {
  body .age-gate-heading {
    height: 160px;
    padding-bottom: px;
    margin-bottom: 20px;
  }
  body .age-gate-subheading {
    margin-top: 40px;
  }
}
