#sep-promo {
  font-size: 16px;
  --yellow:#febf00;
  margin-top: 1vw;
}
#sep-hero {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/25/sep/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/sep/hero/back.jpg") 1x,
    url("../../../images/25/sep/hero/back@2x.jpg") 2x
  );
}
.b-turquoise {
  background-color: var(--turquoise);
}
#sep-hero .sh-inner {
  width: 100%;
}
.sh-main .button {
    width: 11vw;
    height: 2vw;
    border-radius: 35px;
    font-size: 1vw;
    margin-top: 1em;
    z-index: 10
}
.sh-main {
    padding-top: 2vw;
    padding-bottom: 5vw;
}
.sh-main .main {
  width: 31vw;
}
.sh-main .headline {
  height: auto;
    bottom: 16vw;
    width: 43vw;
}
.sh-main .bubbles {
  height: auto;
    width: 15vw;
    left: -12vw;
    bottom: 0vw;
}
.sh-main .shells{
    left: -21vw;
    width: 30vw;
}

@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) {
  #sep-hero {
    background-image: url(../../../images/25/sep/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/sep/hero/back-m.jpg") 1x,
      url("../../../images/25/sep/hero/back-m@2x.jpg") 2x
    );
    height: 157vw;
  }
  .sh-inner {
    flex-direction: column;
    padding: 0;
    max-width: 100%;
    justify-content: start;
  }
  .sh-inner .button {
    width: 40%;
    height: 9vw;
    font-size: 5vw;
  }
  .sh-main {
    padding-top: 13%;
    width: 100%;
  }
  .sh-main .headline {
    width: 121%;
    bottom: 41%;
  }
  .sh-main .main {
    width: 85%;
    max-width: 100%;
    margin-top: 5%;
  }
  .sh-right {
    width: 100%;
  }
  .sh-right .image {
    margin-left: 15%;
    width: 76%;
  }
  
  .sh-main .bubbles {
    height: auto;
    width: 36%;
    left: 15%;
    bottom: -30%;
}
}
@media screen and (max-width: 567px) {
}
