.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 30px;
  margin-bottom: 60px;
}
#dec-sub-banner {
  width: 100%;
  background-image: url(../../../images/25/dec/sub2/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/dec/sub2/back.jpg") 1x,
    url("../../../images/25/dec/sub2/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
}
#dec-sub-banner .banner-inner {
  height: auto;
  width: 100%;
}
#dec-sub-banner .banner-main {
  margin-bottom: 1.5em;
  margin-top: 0em;
}
#dec-sub-banner .banner-image {
  align-self: flex-end;
}
#dec-sub-banner .button {
  margin-top: 0;
  font-size: 1.2em;
  width: 13em;
  height: 2.4em;
  border-radius: 0;
  z-index: 1;
  background-color: #ed383e;
  line-height: 2;
}
#dec-sub-banner .button {
  text-decoration: none;
  color: white;
}
#dec-sub-banner .button:hover,
#dec-sub-banner.button:visited,
#dec-sub-banner .button:active {
  text-decoration: none;
  color: white;
}
/* @supports (background: -webkit-named-image(i)) {
  #dec-sub-banner .button {
    padding-top: 2px;
  }
} */

@media screen and (max-width: 991px) {
  #dec-sub-banner .banner-inner {
    gap: 3em;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #dec-sub-banner .button {
    font-size: 1.3em;
  }
  #dec-sub-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }
  #dec-sub-banner .banner-main {
    width: 100%;
  }
  #dec-sub-banner .main {
    width: 60%;
    bottom: unset;
  }
  #dec-sub-banner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #dec-sub-banner {
    background-image: url(../../../images/25/dec/sub2/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/dec/sub2/back-m.jpg") 1x,
      url("../../../images/25/dec/sub2/back-m@2x.jpg") 2x
    );
  }
  #dec-sub-banner .main {
    width: 90%;
  }
  #dec-sub-banner .banner-inner {
    margin-bottom: 39%;
  }
  #dec-sub-banner .button {
    font-size: 1em;
  }
  #dec-sub-banner .banner-main {
    margin: 0;
  }
  .container.promo-wrapper {
    margin-top: 20px;
  }
}
