#july2-banner {
  width: 100%;
  background-image: url(../../../images/banners/25/july2/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/banners/25/july2/back.jpg") 1x,
    url("../../../images/banners/25/july2/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;
}
#july2-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 2em;
}
#july2-banner .banner-main {
  margin-left: -9em;
}
#july2-banner .main {
  margin-top: 7px;
}
#july2-banner .button {
  font-size: 1.1em;
  width: 11.5em;
  height: 2.2em;
  border-radius: 1.1em;
  margin-top: 14px;
  background-color: #c2393a;
  color: white !important;
  text-decoration: none !important;
  border: 2px solid white;
  letter-spacing: 0.5px;
  line-height: 3;
}

@supports (background: -webkit-named-image(i)) {
  #july2-banner .button {
    padding-top: 3px;
  }
}

@media screen and (max-width: 1300px) {
  #july2-banner {
    width: 96%;
  }
  #july2-banner .banner-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
  #july2-banner {
    max-width: 100%;
    margin-bottom: 20px;
    background-image: url(../../../images/banners/25/july2/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/banners/25/july2/back-m.jpg") 1x,
      url("../../../images/banners/25/july2/back-m@2x.jpg") 2x
    );
    width: 92%;
    background-position: center top;
    overflow: visible;
  }
  #july2-banner .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  #july2-banner .banner-main {
    width: 100%;
    position: relative;
  }
  #july2-banner .main {
    width: 100%;
  }
  #july2-banner .banner-cta {
    align-self: center;
    order: 2;
    width: 100%;
  }
  #july2-banner .banner-main {
    padding: 0;
  }
  #july2-banner .button {
    font-size: 1.2em;
    margin-bottom: 6%;
  }
  #july2-banner .text {
    width: 87%;
  }
}
@media screen and (max-width: 567px) {
  #july2-banner .main {
    width: 100%;
    margin: 0;
    padding: 0;
    visibility: hidden;
    margin-bottom: 16%;
  }
  #july2-banner .main-m {
    visibility: visible;
    top: 0;
    max-width: unset;
    width: 105%;
    margin-top: -2%;
    margin-bottom: 0;
  }
  #july2-banner .button {
    margin-bottom: 9%;
  }
}
