.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: 110px;
}

#july-hero .main {
  margin: 112px 20px 0px 0;
}

#july-hero .eagle {
  bottom: -6px;
  right: 235px;
}

#july-hero .flag {
  margin-top: -71px;
}

#july-hero .game {
  top: -36%;
  left: 50%;
  transform: translateX(-51%);
}

#july-hero .stars {
  bottom: -23px;
  left: 50%;
  transform: translateX(-52%);
}

#july-hero .july-left {
  margin-left: -27px;
}

#july-hero .button {
  width: 11.15em;
  height: 2em;
  border-radius: 20px;
  font-size: 1.3125em;
  background-color: #306bca;
  margin-top: 27px;
  line-height: 1;
  padding-top: 2px;
  left: -11px;
  position: relative;
}

#july-hero .button,
#july-hero .button:visited,
#july-hero .button:active,
#july-hero .button:focus,
#july-hero .button:hover {
  color: white;
  text-decoration: none;
  border: none;
}

@supports (background: -webkit-named-image(i)) {
  #july-hero .button {
    padding-top: 3px;
  }
}

@media screen and (max-width: 991px) {
  #july-hero .july-inner {
    flex-direction: column;
    width: 100% !important;
    padding-bottom: 159px;
  }

  #july-hero .july-main {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5em;
    margin-top: 5em;
  }
  #july-hero .july-left {
    margin-left: 0;
  }
  #july-hero .button {
    left: 0;
  }
  #july-hero .flag {
    margin-top: 30px;
  }
  #july-hero .game {
    top: 10%;
  }
  #july-hero .stars {
    width: 769px !important;
    bottom: 120px;
  }
  #july-hero .eagle {
    width: 228px;
    left: -19px;
    bottom: -4px;
    right: unset;
  }
}

@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 .main {
    margin: 22px 0 0 13px;
  }

  #july-hero .flag {
    width: 269px;
    margin-top: 20px;
  }

  #july-hero .game {
    width: 370px !important;
    top: 10%;
  }

  #july-hero .button {
    width: 11em;
    height: 1.875em;
    border-radius: 15px;
    font-size: 1.066em;
    margin-top: 24px;
    background-color: #3c82f2;
  }

  #july-hero .stars {
    width: 1300px !important;
    bottom: 0;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 567px) {
}