.text-decoration-none {
  text-decoration: none;
}
#nov-hero .nov-inner .button:hover {
  text-decoration: none;
}
#nov-hero {
  font-size: 19px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/25/nov/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/nov/hero/back.jpg") 1x,
    url("../../../images/25/nov/hero/back@2x.jpg") 2x
  );
  --red: #ed1c24;
}
#nov-hero .nov-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#nov-hero .nov-main {
  margin: 3.5em 0;
  margin-bottom: 5em;
}
#nov-hero .nov-left {
  left: 0em;
  bottom: 0;
}
#nov-hero .nov-right {
  right: -4em;
  bottom: -14px;
}
#nov-hero .right {
  width: 23em;
}
#nov-hero .button {
  width: 10.5em;
  height: 2.2em;
  border-radius: 1.1em;
  font-size: 1.2em;
  background-color: #fba41b;
  margin-top: 1.5em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #nov-hero {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/25/nov/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/nov/hero/back-m.jpg") 1x,
      url("../../../images/25/nov/hero/back-m@2x.jpg") 2x
    );
  }
  #nov-hero .nov-inner {
    flex-direction: column;
    width: 100% !important;
  }
  #nov-hero .left {
    width: 100%;
  }
  #nov-hero .nov-right {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
  }
  #nov-hero .right {
    width: 100%;
    position: absolute;
  }
  #nov-hero .nov-main {
    margin: 3% 0;
    width: 100%;
  }
  #nov-hero .nov-main .main {
    width: 87%;
  }
}
