.text-decoration-none {
  text-decoration: none;
}
#oct-hero .oh-inner .button {
  width: 180px;
  height: 42px;
  margin-top: 1em;
  font-size: 21px;
  margin-bottom: 4em;
  border-radius: 35px;
  font-family: "Helvetica" !important;
  font-weight: 700;
}

#oct-hero .oh-inner .button:hover {
  text-decoration: none;
}
#oct-hero {
  font-size: 17px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/25/oct/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/oct/hero/back.jpg") 1x,
    url("../../../images/25/oct/hero/back@2x.jpg") 2x
  );
  --red: #ed1c24;
  margin-top: -1px;
  margin-bottom: 2em;
}

#oct-hero .oh-main .main {
  width: 29em;
}
#oct-hero .text {
  width: 48em;
  margin-bottom: 2em;
  margin-top: 6em;
}
#oct-hero .oh-main lottie-player {
  width: 64em;
  height: 107%;
  margin-top: -2em;
}
#oct-hero .oh-left {
  left: -2em;
  bottom: 0;
}
#oct-hero .stone {
  width: 24em;
}
#oct-hero .oh-right img {
  width: 22em;
  left: 7em;
  max-width: unset;
}
#oct-hero .oh-right {
  width: 27%;
  bottom: 0;
  right: 10%;
}

@media screen and (max-width: 767px) {
  #oct-hero .container {
    margin: 0;
    padding: 0;
    flex-direction: column;
    width: 100%;
  }
  #oct-hero .oh-inner {
    height: auto;
    justify-content: start;
  }
  #oct-hero .oh-inner .button {
    width: 211px;
    height: 43px;
    font-size: 17px;
    line-height: 43px;
    margin-top: 13px;
  }

  #oct-hero .oh-right img {
    margin: 0;
    align-self: flex-end;
  }
  #oct-hero .oh-inner .button {
    margin-top: 39px;
    font-size: 29px;
    top: -8em;
    margin-left: 0;
  }
  #oct-hero .oh-main .main-m {
    width: 50%;
  }
}
@media screen and (max-width: 567px) {
  #oct-hero {
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/25/oct/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/oct/hero/back-m.jpg") 1x,
      url("../../../images/25/oct/hero/back-m@2x.jpg") 2x
    );
  }
  #oct-hero .oh-main .main-m {
    width: 83%;
    margin-bottom: 6%;
  }
  #oct-hero .oh-inner {
    flex-direction: column;
  }

  #oct-hero .text {
    width: 92%;
    margin-bottom: 5%;
    margin-top: 18%;
  }
  #oct-hero .oh-inner .button {
    margin-top: 0;
    font-size: 0;
    margin-left: 0;
    width: 9em;
    height: 2em;
    font-size: 1.2em;
    border-radius: 1em;
    margin-bottom: 0;
  }
  #oct-hero .stone {
    width: 58%;
    left: 0%;
    bottom: -2%;
  }
  #oct-hero .image {
    width: 42%;
    bottom: 0;
    right: -1%;
    margin-right: 0;
  }
}
