.text-decoration-none {
  text-decoration: none;
}
#dec-hero .dec-inner .button:hover {
  text-decoration: none;
}
#dec-hero {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/25/dec/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/dec/hero/back.jpg") 1x,
    url("../../../images/25/dec/hero/back@2x.jpg") 2x
  );
  --red: #ed1c24;
}
#dec-hero .dec-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#dec-hero .dec-main {
  margin-top: 5em;
  margin-bottom: 4em;
}
#dec-hero .dec-left {
  left: 6em;
  bottom: 1.5em;
}
#dec-hero .dec-right {
  right: 2em;
  bottom: 1em;
}
#dec-hero .animation {
  width: 31em;
  margin: -5px 0;
}
#dec-hero .button {
  width: 12em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.1em;
  background-color: #fe3d1c;
  margin-top: 0;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  #dec-hero .dec-inner {
    width: 100% !important;
    max-width: 100% !important;
  }
  #dec-hero .dec-main {
    width: 100%;
  }
  #dec-hero .main {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #dec-hero {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/25/dec/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/dec/hero/back-m.jpg") 1x,
      url("../../../images/25/dec/hero/back-m@2x.jpg") 2x
    );
  }
  #dec-hero .dec-inner {
    flex-direction: column;
  }
  #dec-hero .dec-right {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
    margin-bottom: 4%;
  }
  #dec-hero .right {
    width: 100%;
    position: absolute;
  }
  #dec-hero .dec-main {
    margin-top: 17%;
    margin-bottom: -2%;
  }
  #dec-hero .dec-main .main {
    width: 87%;
    left: 1.3%;
  }
  #dec-hero .animation {
    width: 75%;
    margin: -1% 0;
  }
  #dec-hero .button {
    width: 11em;
    font-size: 1.2em;
    margin-top: 1em;
  }
  #dec-hero .mobile-img {
    width: 69%;
  }
}
