.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: 1000px;
  position: relative;
  gap: 8em;
}
#july-banner .banner-main {
  margin: 1.5em 0 1.5em -2em;
}
#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: #e1282b;
}
#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 {
  margin-bottom: 0;
  font-variant: discretionary-ligatures;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  max-width: 282px;
}
@supports (background: -webkit-named-image(i)) {
  #july-banner .button {
    padding-top: 3px;
  }
}

@media screen and (max-width: 991px) {
  #july-banner .banner-inner {
    padding: 15px;
    width: 100%;
    gap: 0;
    flex-direction: column;
  }
  #july-banner .main {
    max-width: 100%;
  }
  #july-banner .banner-main {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #july-banner {
    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%;
  }
  #july-banner .main {
    width: 60%;
    bottom: unset;
  }
  .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: 55px;
    margin-bottom: 40px;
  }
  #july-banner .button {
    font-size: 1.2em;
    margin-top: 20px;
    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-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: 132%; /* 31.68px */
    letter-spacing: 0.54px;
    max-width: unset;
    margin-top: 12px;
    padding: 0 15px;
  }
  #july-banner .main {
    width: 100%;
  }
}
