.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 {
}

#july-hero .main {
}

#july-hero .july-right {
  bottom: 79px;
  right: -180px;
}

#july-hero .july-left {
  bottom: 72px;
  left: -58px;
  z-index: 2;
}

#july-hero .button {
  width: 11.43em;
  height: 2.2em;
  border-radius: 19px;
  font-size: 1.09375em;
  margin-top: 10px;
  line-height: 1;
  background-color: #c72131;
}

#july-hero .headline {
  margin-top: -30px;
  margin-bottom: -113px;
}

@supports (background: -webkit-named-image(i)) {
  #july-hero .button {
    padding-top: 2px;
  }
}

@media screen and (min-width: 1900px) {
  #july-hero .red {
    right: -28%;
    width: 72%;
    display: flex;
  }
}

@media screen and (max-width: 1200px) {
  #july-hero .july-left {
    bottom: -18px;
    left: 218px;
  }

  #july-hero .july-left img {
    width: 200px;
  }

  #july-hero .july-right {
    bottom: -8px;
    right: 214px;
  }

  #july-hero .july-right img {
    width: 230px;
  }

  #july-hero .headline {
    width: 800px !important;
    margin-bottom: -87px;
  }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
  #july-hero {
    background-position: 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-inner {
    padding-bottom: 128px;
  }

  #july-hero .july-left img,
  #july-hero .july-right img {
    width: auto;
  }

  #july-hero .july-right {
    bottom: -5px;
    right: 382px;
    z-index: 4;
  }

  #july-hero .july-left {
    bottom: -7px;
    left: 395px;
    z-index: 4;
  }

  #july-hero .main {
  }

  #july-hero .headline-m {
    margin-bottom: 16px;
  }

  #july-hero .button {
    font-size: 1.166em;
    margin-top: 20px;
  }
}

@media screen and (max-width: 567px) {
}