.container.promo-wrapper {
  width: 1368px !important;
  margin-top: 30px;
  margin-bottom: 60px;
}

#sep-sub {
  box-shadow: 2px 4px 5.9px 2px rgba(0, 0, 0, 0.10);
  width: 100%;
  background-image: url(../images/sub/back.jpg);
  background-image: -webkit-image-set(url("../images/sub/back.webp") 1x,
      url("../images/sub/back@2x.webp") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  overflow: visible;
}

#sep-sub .sub-inner {
  height: auto;
  gap: 80px;
  position: relative;
}

#sep-sub .sub-main {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: -19em;
}

#sep-sub .button {
  margin-top: 21px;
  font-size: 1.4em;
  width: 9em;
  height: 1.8em;
  border-radius: 1em;
  z-index: 1;
  line-height: 0;
  background: #fffb01;
  padding: 0;
  border: 0;
}

#sep-sub .cta-text {
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 29px;
  text-align: center;
  color: white;
  padding: 10px 20px;
  background-color: black;
}

#sep-sub .main-text-top {
  font-family: "lores-12-bold-alt-oakland", sans-serif;
  font-size: 78px;
  color: white;
  padding: 18px 30px;
  background-color: black;
  text-align: center;
  letter-spacing: 5px;
  line-height: 69px;
  margin-bottom: 20px;
}

#sep-sub .main-text-bottom {
  font-family: "lores-12-bold-alt-oakland", sans-serif;
  color: white;
  padding: 3px 30px;
  background-color: black;
  text-align: center;
  font-size: 42px;
  letter-spacing: 3px;
}

#sep-sub .sub-image {
  right: -26em;
  bottom: -9px;
}

#sep-sub .red-tag {
  font-family: "lores-12-bold-alt-oakland", sans-serif;
  font-size: 25px;
  letter-spacing: 2px;
  color: white;
  text-align: center;
  padding: 5px 18px;
  border-radius: 10px;
  box-shadow: -2.5px 3.362px 0px rgba(0, 0, 0, 0.24);
  background-color: #ed1d24;
  bottom: -23px;
  right: -67px;
  text-transform: uppercase;
  rotate: -9deg;
}

#sep-sub .green-tag {
  font-family: "lores-12-bold-alt-oakland", sans-serif;
  font-size: 25px;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  padding: 4px 10px;
  border-radius: 10px;
  box-shadow: -2.5px 3.362px 0px rgba(0, 0, 0, 0.24);
  background-color: #13ac55;
  text-transform: uppercase;
  rotate: 9deg;
  bottom: 139px;
  right: 155px;
}

@supports (background: -webkit-named-image(i)) {
  #sep-sub .button {
    padding-top: 3px;
  }
}

@media screen and (max-width: 1300px) {
  #sep-sub .sub-image {
    display: none;
  }

  #sep-sub .sub-main {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  #sep-sub {
    background-image: url(../images/sub/back-m.jpg);
    background-image: -webkit-image-set(url("../images/sub/back-m.webp") 1x,
        url("../images/sub/back-m@2x.webp") 2x);
    background-position: bottom center;
  }

  #sep-sub .sub-inner {
    gap: 15px;
    padding: 15px;
    width: 100%;
    flex-direction: column;
  }

  #sep-sub .sub-main {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #sep-sub .sub-main {
    width: 100%;
  }

  #sep-sub .sub-cta {
    width: 100%;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #sep-sub .sub-inner {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 110px;
  }

  .container.promo-wrapper {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  #sep-sub .button {
    margin-top: 20px;
    font-size: 1.3em;
  }

  #sep-sub .sub-wheel {
    top: 0;
    left: 0;
  }

  #sep-sub .main-text-top {
    font-size: 49px;
    letter-spacing: 3px;
    line-height: 44px;
    margin-bottom: 18px;
    padding: 16px 23px;
  }

  #sep-sub .main-text-bottom {
    font-size: 24px;
    letter-spacing: 1px;
    padding: 3px 23px;

  }

  #sep-sub .cta-text {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 21px;
  }

  #sep-sub .red-tag,
  #sep-sub .green-tag {
    font-size: 14px;
  }

  #sep-sub .red-tag {
    bottom: -19px;
    right: -18px;
    padding: 4px 7px;
    letter-spacing: 1px;
    z-index: 1;
    border-radius: 6px;
  }

  #sep-sub .green-tag {
    bottom: 74px;
    right: 88px;
    padding: 3px 5px;
    border-radius: 6px;
  }

  #sep-sub .sub-image {
    display: flex;
    right: -9px;
  }
}