#dec-banner {
  font-size: 16px;
  background-image: url(../../../images/25/dec/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/dec/banner/back.jpg") 1x,
    url("../../../images/25/dec/banner/back@2x.jpg") 2x
  );
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 2em;
}
#dec-banner .banner-inner {
  gap: 2em;
}
#dec-banner .banner-cta .main {
  width: 28em;
}
#dec-banner .text {
  width: 18em;
  margin-top: 4px;
}
#dec-banner .banner-image {
  margin-right: -5em;
}
#dec-banner .banner-image .image {
  width: 27em;
  margin-top: 0em;
  margin: 1em 0px;
}
#dec-banner .button {
  height: 1.8em;
  width: 10em;
  margin-top: 4px;
  font-size: 1.1em;
  border: none;
  border-radius: 0.9em;
  line-height: 1;
  font-family: "Avenir Next Bold" !important;
}
#dec-banner .image-left {
  width: 8em;
  bottom: 0;
  left: 8em;
}
@media screen and (min-width: 1390px) {
  #dec-banner {
    width: 100%;
    max-width: 85em;
  }
}
@media screen and (max-width: 1389px) {
  #dec-banner {
    width: 90%;
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #dec-banner .image-left {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1100px) {
  #dec-banner .banner-image .image {
    width: 24em;
  }
}
@media screen and (max-width: 991px) {
  #dec-banner .button {
    font-size: 1.2em;
  }
  #dec-banner .banner-image .image {
    width: 20em;
    margin: 3em 0px;
  }
  #dec-banner .banner-inner {
    gap: 2em;
  }
}
@media screen and (max-width: 767px) {
  #dec-banner {
    background-image: url(../../../images/25/dec/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/dec/banner/back-m.jpg") 1x,
      url("../../../images/25/dec/banner/back-m@2x.jpg") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #dec-banner .banner-inner {
    flex-direction: column;
  }
  #dec-banner .banner-cta .main {
    width: 88%;
    margin-top: 7%;
  }
  #dec-banner .banner-cta,
  #dec-banner .banner-inner {
    width: 100%;
  }
  #dec-banner .image-left {
    display: flex;
    width: 26%;
    z-index: 1;
    left: 7%;
  }
  #dec-banner .banner-image .image {
    width: 82%;
    margin: 0em 0px;
    margin-bottom: 6%;
    left: 11%;
    position: relative;
    margin-top: 4%;
  }
  #dec-banner .banner-image {
    margin-right: 0em;
    width: 100%;
  }
  #dec-banner .banner-inner {
    gap: 0em;
  }
  #dec-banner .text {
    width: 73%;
    margin-top: 2%;
  }
}
@media screen and (max-width: 567px) {
  #dec-banner {
    margin-bottom: 22px;
  }
  #dec-banner .button {
    font-size: 1.1em;
    top: 9%;
  }
  #dec-banner .image-left {
    bottom: -2.3%;
  }
  #dec-banner .banner-cta .main {
    margin-top: 11%;
  }
}
@media screen and (max-width: 375px) {
  #dec-banner .button {
    font-size: 1em;
  }
}
