.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 30px;
  margin-bottom: 30px;
}

#dec-banner {
  width: 100%;
  background-image: url(../../../images/25/dec/sub/back.jpg);
  background-image: -webkit-image-set(url("../../../images/25/dec/sub/back.jpg") 1x,
      url("../../../images/25/dec/sub/back@2x.jpg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
  border-radius: 10px;
}

#dec-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 7em;
}

#dec-banner .banner-main {
  margin-left: 3.5em;
}

#dec-banner .main {
  bottom: -7px;
}

#dec-banner .banner-cta {
  padding: 1.5em;
}

#dec-banner .left {
  top: -27px;
  left: -50px;
}

#dec-banner .right {
  top: 9px;
  right: -18px;
}

#dec-banner .image {
  width: 90em;
  max-width: unset;
  bottom: -16px;
  z-index: 0;
}

#dec-banner .main-ph {
  width: 18em;
}

#dec-banner .button {
  margin-top: 1em;
  font-size: 1em;
  width: 13em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  line-height: 1;
  margin-left: 50px;
}

#dec-banner .button {
  text-decoration: none;
  color: white;
}

#dec-banner .button:hover,
#dec-banner.button:visited,
#dec-banner .button:active {
  text-decoration: none;
  color: white;
}

/* @supports (background: -webkit-named-image(i)) {
  #dec-banner .button {
    padding-top: 2px;
  }
} */

@media screen and (max-width: 991px) {
  #dec-banner .banner-inner {
    gap: 3em;
    padding: 0 15px;
  }

  #dec-banner .banner-main {
    margin-left: 0;
  }

  #dec-banner .left {
    display: none;
  }

  #dec-banner .button {
    margin-left: 0;
  }

  #dec-banner .main {
    left: -30px;
  }

  #dec-banner .text {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #dec-banner {
    background-image: url(../../../images/25/dec/sub/back-m.jpg);
    background-image: -webkit-image-set(url("../../../images/25/dec/sub/back-m.jpg") 1x,
        url("../../../images/25/dec/sub/back-m@2x.jpg") 2x);
  }

  #dec-banner .flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #dec-banner .text {
    width: 100%;
  }

  #dec-banner .button {
    font-size: 15px;
    width: 12em;
    margin: 20px auto 0 auto;
  }

  #dec-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 1% 0;
  }

  .banner-inner .banner-main {
    width: 100%;
  }

  #dec-banner .left {
    display: block !important;
    width: 59px;
    left: -15px;
    top: 0px;
  }

  #dec-banner .right {
    display: none;
  }

  #dec-banner .main {
    width: 83px;
    bottom: -3px;
    right: -20px;
    top: auto;
    left: auto;
  }

  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  .container.promo-wrapper {
    margin-top: 18px;
  }
}