#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: visible;
  margin-bottom: 3em;
}
#dec-banner .banner-inner {
  gap: 2em;
}
#dec-banner .main {
  width: 30em;
}
#dec-banner .banner-image .image {
  width: 27em;
  margin-top: 0em;
  margin: 1em 0px;
}
#dec-banner .button {
  height: 2.2em;
  width: 11em;
  margin-top: 4px;
  font-size: 1.1em;
  border: none;
  border-radius: 1.1em;
  line-height: 1;
  color: #b71318;
}
#dec-banner .text {
  width: 20em;
  margin-bottom: 1em;
}
#dec-banner .banner-cta {
  margin-right: 2em;
}
#dec-banner .dec-animation {
  width: 26em;
}

@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 .main {
    width: 15em;
  }
}

@media screen and (max-width: 1200px) {
  #dec-banner .banner-image .image,
  #dec-banner .dec-animation {
    display: none;
  }
  #dec-banner .main {
    width: 25em;
    margin: 2em 0;
  }
}
@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 .main {
    width: 22em;
    margin: 2em 0;
    margin-left: -2em;
  }
  #dec-banner .text {
    width: 18em;
    margin-bottom: 1em;
  }
  #dec-banner .banner-cta {
    margin-right: 0em;
  }
  #dec-banner .banner-inner {
    gap: 1em;
  }
}
@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: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #dec-banner .banner-inner {
    flex-direction: column;
    gap: 0;
  }
  #dec-banner .main {
    margin-top: 7%;
    width: 96%;
    margin-left: 0em;
    margin-bottom: 3%;
    left: 1%;
    position: relative;
  }
  #dec-banner .banner-cta,
  #dec-banner .banner-inner {
    width: 100%;
  }
  #dec-banner .banner-image .image {
    width: 76%;
    margin: 0em 0px;
    margin-bottom: 6%;
    left: 18%;
    position: relative;
  }
  #dec-banner .banner-image {
    margin-right: 0em;
    width: 100%;
  }
  #dec-banner .button {
    font-size: 1.2em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 567px) {
  #dec-banner .button {
    font-size: 1.1em;
    top: 4%;
    margin-bottom: 6%;
  }
  #dec-banner .banner-image2 {
    width: 100%;
    max-width: 100%;
  }
  #dec-banner .banner-image2 .image {
    width: 81%;
    margin-bottom: 11%;
  }
  #dec-banner .banner-main {
    width: 100%;
  }
  #dec-banner .dec-animation {
    display: flex;
    width: 90%;
  }
}
@media screen and (max-width: 375px) {
  #dec-banner .button {
    font-size: 1em;
  }
}
