#oct-promo {
  font-size: 16px;
  --dark-blue: #052749;
}
#oct-hero {
  background-position: center bottom;
  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
  );
}
#oct-hero .oh-inner {
  width: 100%;
  gap: 4vw;
}
.oh-main .button {
width: 12vw;
    height: 2vw;
    border-radius: 35px;
    font-size: 1vw;
    margin-top: 1em;
    z-index: 10;
}
.oh-main {
    padding-top: 2vw;
    padding-bottom: 5vw;
}
.oh-main .main { 
  width: 18vw;
}
.oh-main .headline {
  width: 36vw;
}
.oh-right.image {
  width: 23vw;
  margin: 2vw 0;
  gap: 1vw;
}

@media screen and (min-width: 1341px) {
}
@media screen and (max-width: 1340px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  #oct-hero {
    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
    );
  }
  .oh-inner {
    flex-direction: column;
    padding: 0;
    max-width: 100%;
  }
  .oh-inner .button {
    width: 55%;
      height: 9vw;
        font-size: 5vw;
  }
  .oh-main {
    padding-top: 5%;
    width: 100%;
    flex-direction: column;
  }
  .oh-main .headline {
    width: 110%;
    left: unset;
  }
  .oh-main .main {
    width: 70%;
    max-width: 100%;
  }
  .oh-right {
    width: 100%;
  }
.oh-right.image {
  width: 95%;
}
  .oh-right .image {
    width: 49%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 567px) {
}
