.text-decoration-none {
  text-decoration: none;
}
#july-hero .july-inner .button:hover {
  text-decoration: none;
}
#july-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/back.jpg);
  background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x,
      url("../images/hero/back@2x.jpg") 2x);
}
#july-hero .july-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 89px;
}
#july-hero .july-main {
  margin: -30px 0;
}
#july-hero .july-main p {
  font-size: 35px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
#july-hero .july-left {
  position: absolute;
  bottom: -9px;
  left: 53px;
}
#july-hero .july-right {
  position: absolute;
  bottom: -47px;
  right: -11px;
}
#july-hero .product-m {
  position: absolute;
  bottom: -248px;
  left: 50%;
  transform: translateX(-50%);
}
#july-hero .button {
  width: 12em;
  height: 2.2em;
  border-radius: 20px;
  font-size: 1.125em;
  margin-top: 32px;
  line-height: 1;
  background-color: #c9181e;
}
@supports (background: -webkit-named-image(i)) {
  #july-hero .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 767px) {
  #july-hero {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back-m.jpg);
    background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x,
        url("../images/hero/back-m@2x.jpg") 2x);
  }
  #july-hero .july-main {
    width: 100%;
    margin: 0;
  }
  #july-hero .july-inner {
    flex-direction: column;
    width: 100% !important;
    padding-top: 104px;
    padding-bottom: 235px;
  }
  #july-hero .button {
    font-size: 1.25em;
    height: 2.1em;
    width: 11.25em;
  }
}
@media screen and (max-width: 567px) {
  #july-hero .anim {
    width: 135% !important;
    margin: -104px 0 -30px !important;
  }
  #july-hero .july-main p {
    font-size: 22px;
  }
}