#aug-banner {
  width: 100%;
  background-image: url(../../../images/25/aug/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/aug/banner/back.jpg") 1x,
    url("../../../images/25/aug/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 80em;
  margin-bottom: 25px;
  overflow: visible;
}
#aug-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 26em;
}
#aug-banner .main {
  margin: 27px 0;
}
#aug-banner .text {
  width: 90%;
}
#aug-banner .button {
  font-size: 1.2em;
  width: 14em;
  height: 2em;
  border-radius: 1em;
  margin-top: 14px;
  background-color: #292669;
  color: white !important;
  text-decoration: none !important;
  letter-spacing: 2px;
  line-height: 2;
}

@media screen and (max-width: 1300px) {
  #aug-banner {
    width: 96%;
  }
  #aug-banner .main {
    margin: 27px 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #aug-banner {
    max-width: 100%;
    margin-bottom: 20px;
    background-image: url(../../../images/25/aug/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/aug/banner/back-m.jpg") 1x,
      url("../../../images/25/aug/banner/back-m@2x.jpg") 2x
    );
    width: 92%;
    background-position: center top;
    overflow: visible;
  }
  #aug-banner .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
    gap: 0;
  }
  #aug-banner .banner-main {
    width: 100%;
    position: relative;
  }
  #aug-banner .main {
    width: 90%;
    margin: 0;
    padding: 0;
    margin-bottom: 12%;
    margin-top: 22%;
  }
  #aug-banner .banner-cta {
    align-self: center;
    order: 2;
    width: 100%;
  }
  #aug-banner .banner-main {
    padding: 0;
  }
  #aug-banner .button {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #aug-banner .button {
    font-size: 1.2em;
    margin-bottom: 9%;
    margin-top: 2%;
    width: 14.5em;
    height: 2.2em;
    border-radius: 1.1em;
    font-family: "Avenir Black" !important;
  }
  #aug-banner .main {
    width: 90%;
    margin: 0;
    padding: 0;
    margin-bottom: 14%;
    margin-top: 22%;
  }
}
