.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;
}

#july-banner .banner-main {
  margin: 1.5em 0 2em 0;
}

#july-banner .button {
  margin-top: 15px;
  font-size: 1.25em;
  width: 11em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  line-height: 1;
  background-color: #366624;
}

#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 .main-text-top {
  color: #fe3029;
  text-align: center;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.85);
  font-family: "Dry Cowboy W05 Regular";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  /* 72.08px */
  letter-spacing: 0.54px;
  margin-bottom: 22px;
}

#july-banner .main-text-bottom {
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 30px */
  letter-spacing: 0.54px;
  margin-bottom: 5;
}

#july-banner .banner-left {
  bottom: 0;
}

#july-banner .banner-right {
  bottom: 0;
}

#july-banner .left {
  left: -35em;
}

#july-banner .right {
  right: -33.5em;
}

@supports (background: -webkit-named-image(i)) {
  #july-banner .button {
    padding-top: 3px;
  }

  #july-banner .main-text-top {
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  #july-banner .banner-inner {
    padding: 0 15px;
    width: 100%;
  }

  #july-banner .main {
    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;
  }

  #july-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    margin: 5% 0;
  }

  .banner-inner .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;
  }

  #july-banner .banner-right {
    right: unset;
    bottom: 0;
    width: 100%;
    align-items: flex-start;
  }

  #july-banner .banner-main {
    margin: 0;
    margin-top: 70px;
    margin-bottom: 88px;
  }

  #july-banner .button {
    font-size: 1.2em;
    margin-top: 20px;
    height: 2.4em;
    border-radius: 1.3em;
    width: 13em;
  }

  .container.promo-wrapper {
    margin-top: 20px;
  }

  .container.promo-wrapper {
    margin-bottom: 25px;
    padding: 0 25px;
  }

  #july-banner .main-text-top {
    text-align: center;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.85);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    /* 47.15px */
    letter-spacing: 0.54px;
    max-width: 300px;
  }

  #july-banner .main-text-bottom {
    text-align: center;
    font-size: 16.5px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    /* 17.5px */
    letter-spacing: 0.54px;
  }

  #july-banner .image {
    margin: 0;
    left: -22px;
    bottom: -12px;
  }
}