#aug-promo {
  font-size: 13px;
}
#aug-hero {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../../../images/25/aug/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/aug/hero/back.jpg") 1x,
    url("../../../images/25/aug/hero/back@2x.jpg") 2x
  );
  --blue: #006fa9;
}
.b-blue {
  background-color: var(--blue);
}
#aug-hero .aug-container {
  width: 100%;
  height: 34vw;
}
#aug-hero .aug-main {
  margin: 5em 0;
}
#aug-hero .aug-main .headline {
    width: 32vw;
    top: -1vw;
    left: -4vw;
}
#aug-hero .aug-main .main {
  width: 28vw;
  margin-bottom: 2vw;
}
#aug-hero .button {
  font-size: 1.35em;
  height: 2.2em;
  width: 11em;
  border-radius: 1.1em;
  font-weight: 900;
  line-height: 2px;
}

#aug-hero .button,
#aug-hero .button:hover,
#aug-hero .button:active,
#aug-hero .button:visited {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 2000px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 991px) {
  #aug-hero .aug-main {
    margin: 5em 0;
  }
  #aug-hero .aug-main .main {
    width: 76%;
    margin-bottom: 1em;
  }
  #aug-hero .button {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #aug-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../../images/25/aug/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/aug/hero/back-m.jpg") 1x,
      url("../../../images/25/aug/hero/back-m@2x.jpg") 2x
    );
  }
  #aug-hero .aug-container {
    width: 100%;
    height: 171vw;
  }
  #aug-hero .aug-main {
    overflow: hidden;
    width: 100%;
  }
  #aug-hero .aug-inner {
    flex-direction: column;
    justify-content: start;
    width: 100%;
  }
  #aug-hero .button {
    height: 2em;
    width: 11em;
    font-size: 1.3em;
    border-radius: 1em;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 3;
  }
  #aug-hero .aug-main .main {
    width: 83%;
    margin-bottom: 4%;
    margin-top: 7%;
    position: relative;
    left: 4%;
  }
  #aug-hero .aug-main {
    overflow: hidden;
    width: 100%;
    margin: 0;
    margin-top: 6%;
    margin-bottom: -9%;
  }
  #aug-hero .aug-main .headline {
    width: 94%;
    top: -26%;
    left: 2%;
}
}
