#dec2-banner {
  font-size: 16px;
  background-image: url(../../../images/banners/25/dec2/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/banners/25/dec2/back.jpg") 1x,
    url("../../../images/banners/25/dec2/back@2x.jpg") 2x
  );
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto 15em;
  overflow: visible;
  --green: #18622f;
  margin-bottom: 20px;
  max-width: 80em;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1em;
}
#dec2-banner .banner-inner {
  padding: 0 15px;
  gap: 3em;
}
#dec2-banner .banner-cta .button {
  width: 11em;
  font-size: 1em;
  height: 2em;
  margin-top: 1em;
  border-radius: 1em;
}
#dec2-banner .banner-main {
  margin-left: -6em;
}
#dec2-banner .banner-image {
  margin: 1.5em 0;
}
#dec2-banner .dec2-animation {
  width: 20em;
  height: auto;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
}
/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #dec2-banner .banner-cta .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1310px) {
  #dec2-banner {
    max-width: 100%;
    width: 95%;
  }
  #dec2-banner img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  #dec2-banner .banner-image {
    display: none;
  }
  #dec2-banner .banner-main {
    margin: 2em 0;
    margin-left: -8em;
  }
  #dec2-banner .banner-inner {
    padding: 0 15px;
    gap: 9em;
  }
}
@media screen and (max-width: 991px) {
  #dec2-banner .banner-main {
    margin: 2em 0;
    margin-left: 0;
  }
  #dec2-banner .banner-inner {
    gap: 3em;
  }
  #dec2-banner {
    background-image: url(../../../images/banners/25/dec2/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/banners/25/dec2/back-m.jpg") 1x,
      url("../../../images/banners/25/dec2/back-m@2x.jpg") 2x
    );
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  #dec2-banner {
    margin: 0 auto;
    width: 93%;
    margin-bottom: 15px;
    left: unset;
  }
  #dec2-banner .banner-inner {
    flex-direction: column;
    padding: 20px 0;
    width: 100%;
    gap: 0;
  }
  #dec2-banner .banner-image {
    width: 100%;
  }
  #dec2-banner .banner-image .image {
    width: 95%;
    margin-bottom: 5%;
    max-width: 95%;
  }
  #dec2-banner .banner-main .main {
    width: 90%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 4%;
  }
  #dec2-banner .banner-main img {
    width: 90%;
  }
  #dec2-banner .banner-cta img {
    width: 70%;
  }

  #dec2-banner .banner-image {
    order: 2;
    margin-bottom: 2%;
  }
  #dec2-banner .banner-cta {
    order: 3;
  }
  #dec2-banner .banner-image .image {
    width: 90%;
    margin: auto;
  }
  #dec2-banner .banner-main {
    margin: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 567px) {
  #dec2-banner .banner-image2 {
    width: 100%;
    position: absolute;
  }
  #dec2-banner .banner-main {
    width: 100%;
  }
  #dec2-banner .banner-main .main {
    width: 90%;
    margin: auto;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  #dec2-banner .dec2-animation {
    width: 71%;
    height: auto;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4%;
  }
  #dec2-banner .banner-inner {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 375px) {
  #dec2-banner .banner-cta .button {
    font-size: 0.8em;
  }
}
