.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
#nov2-banner {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
  width: 100%;
  background-image: url(../images/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../images/banner/back.jpg") 1x,
    url("../images/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
}
#nov2-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 111px;

  margin: 15px 0;
}
#nov2-banner .banner-left {
  margin-left: -43px;
}
#nov2-banner .banner-right {
  left: 40px;
  gap: 26px;
}
#nov2-banner .button {
  margin-top: 18px;
  font-size: 16px;
  width: 134px;
  height: 32px;
  border-radius: 16px;
  z-index: 1;
  line-height: 1;
}
#nov2-banner .button {
  text-decoration: none;
}
#nov2-banner .button:hover,
#nov2-banner.button:visited,
#nov2-banner .button:active {
  text-decoration: none;
}
@supports (background: -webkit-named-image(i)) {
  #nov2-banner .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 1362px) {
  .container.promo-wrapper {
    width: 97% !important;
  }
  #nov2-banner .banner-inner {
    padding: 0 15px;
  }
  #nov2-banner .banner-left {
    margin-left: 0;
  }
  #nov2-banner .banner-right {
    left: unset;
  }
}
@media screen and (max-width: 991px) {
  #nov2-banner .banner-right {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  #nov2-banner {
    border-radius: 10px;
    background-image: url(../images/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../images/banner/back-m.jpg") 1x,
      url("../images/banner/back-m@2x.jpg") 2x
    );
  }
  #nov2-banner .banner-inner {
    flex-direction: column;
    gap: 46px;
    padding: 0;
    margin: 5% 0;
    align-items: stretch;
  }
  #nov2-banner .main {
    bottom: unset;
  }
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
  #nov2-banner .banner-left {
    flex: 1;
    gap: 3px;
  }
  #nov2-banner .banner-right {
    flex: 1;
    gap: 3px;
  }
  #nov2-banner .button {
    color: white !important;
    background-color: #ed1c24;
  }
  #nov2-banner
    > div
    > div.banner-left.relative.flex.flex-row.justify-center.items-center
    > div.banner-main.flex.flex-column.justify-center.items-center
    > a
    > span {
    color: white !important;
  }
}

@media screen and (max-width: 567px) {
  #nov2-banner .banner-inner {
    width: 97%;
    margin: 4% 0;
    margin-top: 3%;
  }
  #nov2-banner .banner-left {
    margin-top: 3%;
    left: -1%;
  }
  #nov2-banner .text {
    width: 91%;
  }
  .container.promo-wrapper {
    width: 93% !important;
    margin: 0 auto;
  }
  #nov2-banner .main {
    width: 94%;
  }
  #nov2-banner .button {
    margin-top: 14px;
    font-size: 15px;
    width: 125px;
    height: 30px;
    border-radius: 15px;
    line-height: 2;
  }
  #nov2-banner .image2 {
    width: 95%;
    margin: 0;
  }
  #nov2-banner .image {
    width: 100%;
    margin: 0;
  }
}
