.container.promo-wrapper {
  width: 1397px !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: top center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
}
#july-banner .banner-inner {
  height: auto;
  width: 800px;
  position: relative;
  gap: 18px;
  margin-left: 23px;
}
#july-banner .banner-main {
  margin: 2em 0;
  flex: 1;
}
#july-banner .banner-cta {
  flex: 1;
}
#july-banner .image {
  left: 48%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 86em;
}
#july-banner .button {
  margin-top: 31px;
  margin-bottom: -7px;
  font-size: 1.125em;
  width: 11.8em;
  height: 1.83em;
  border-radius: 16px;
  z-index: 1;
  line-height: 1;
  padding-top: 5px;
  background-color: #c9181e;
}
@supports (background: -webkit-named-image(i)) {
  #july-banner .button {
    padding-top: 4px;
  }
}
@media screen and (max-width: 991px) {
  #july-banner .banner-inner {
    padding: 0 15px;
    width: 100%;
  }
  #july-banner .main,
  #july-banner .text {
    max-width: 100%;
  }
}
@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;
    margin-bottom: 66px;
  }
  #july-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }
  .banner-inner .banner-main {
    width: 100%;
  }
  #july-banner .main {
    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;
  }
  #july-banner .banner-right {
    right: unset;
    bottom: 0;
    position: relative;
    width: 100%;
  }
  #july-banner .banner-main {
    margin: 0;
    margin-top: 14%;
    margin-bottom: 5%;
  }
  #july-banner .button {
    width: 14.55em;
    font-size: 0.733em;
    margin-top: 23px;
    height: 2.45em;
    border-radius: 14px;
  }
  .container.promo-wrapper {
    margin-top: 20px;
  }
  #july-banner .bottom {
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 15px;
  }
}