.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}

#july-banner {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
  width: 100%;
  background-image: url(../images/banner/back.jpg);
  background-image: -webkit-image-set(url("../images/banner/back.jpg") 1x,
      url("../images/banner/back@2x.jpg") 2x);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
}

#july-banner .banner-inner {
  height: auto;
  width: 1300px;
  position: relative;
  gap: 4em;
}

#july-banner .banner-main {
  margin: 1.5em 0;
}

#july-banner .button {
  margin-top: 20px;
  font-size: 1.35em;
  width: 11.5em;
  height: 2.2em;
  border-radius: 1.1em;
  z-index: 1;
  line-height: 1;
  background-color: rgba(225, 40, 43, 1);
}

#july-banner .button {
  text-decoration: none;
  color: white;
}

#july-banner .button:hover,
#july-banner.button:visited,
#july-banner .button:active {
  text-decoration: none;
  color: white;
}

#july-banner .text {
  font-family: "MADE TOMMY";
  font-weight: 900;
  font-size: 30px;
  line-height: 135%;
  letter-spacing: 0.54px;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
}

@supports (background: -webkit-named-image(i)) {
  #july-banner .button {
    padding-top: 2px;
  }

  #july-banner .text {
    max-width: 520px;
  }

}

@media screen and (max-width: 1200px) {
  #july-banner .banner-inner {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  #july-banner .banner-inner {
    width: 100%;
    gap: 0;
    flex-direction: column;
  }

  #july-banner .banner-main {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #july-banner {
    background-position: top center;
    background-image: url(../images/banner/back-m.jpg);
    background-image: -webkit-image-set(url("../images/banner/back-m.jpg") 1x,
        url("../images/banner/back-m@2x.jpg") 2x);
  }

  #july-banner .button {
    font-size: 1.3em;
  }

  #july-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    margin: 5% 0;
  }

  #july-banner .banner-main {
    width: 100%;
  }

  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #july-banner .banner-inner {
    margin: 0;
    margin-top: 49px;
    margin-bottom: 34px;
  }

  #july-banner .button {
    font-size: 1.3em;
    margin-top: 25px;
    height: 2.4em;
    border-radius: 1.2em;
    width: 13em;
  }

  .container.promo-wrapper {
    margin-bottom: 25px;
    padding: 0 25px;
    margin-top: 20px;
  }

  #july-banner .text {
    font-weight: 900;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.54px;
    text-align: center;
  }

  #july-banner .headline {
    margin-bottom: 10px;
  }

  @supports (background: -webkit-named-image(i)) {
    #july-banner .text {
      font-size: 17px;
    }
  }
}