#oct-banner {
  width: 100%;
  background-image: url(../../../images/25/oct/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/oct/banner/back.jpg") 1x,
    url("../../../images/25/oct/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 68vw;
  margin-bottom: 25px;
  overflow: visible;
}
#oct-banner .banner-inner {
  height: auto;
  padding: 0 15px;
}
#oct-banner .main {
width: 30vw;
    top: -0.7vw;
    margin-bottom: -0.5vw;
    left: -2vw;
}
#oct-banner .banner-cta {
  /* left: -41px; */
}
#oct-banner .text {
  width: 18vw;
}
#oct-banner .image {
width: 17vw;
    bottom: -1vw;
    position: relative;
}
#oct-banner .button {
  font-size: 1.1em;
  width: 10.5em;
  height: 2em;
  border-radius: 1em;
  margin-top: 14px;
  background-color: #e21c27;
  color: white !important;
  text-decoration: none !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}



@media screen and (max-width: 767px) {
  #oct-banner {
    max-width: 100%;
    margin-bottom: 20px;
    background-image: url(../../../images/25/oct/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/oct/banner/back-m.jpg") 1x,
      url("../../../images/25/oct/banner/back-m@2x.jpg") 2x
    );
    width: 92%;
    background-position: center;
    overflow: visible;
  }
  #oct-banner .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
    gap: 0;
  }
  #oct-banner .banner-main {
    width: 100%;
    position: relative;
  }
  #oct-banner .main {
    width: 91%;
    margin: 0;
    padding: 0;
    margin-bottom: 5%;
    margin-top: 3%;
  }
  #oct-banner .banner-cta {
    align-self: center;
    width: 100%;
  }
  #oct-banner .banner-main {
    padding: 0;
  }
  #oct-banner .text {
    width: 85%;
  }
  #oct-banner .button {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 6%;
  }
  #oct-banner .image {
    width: 90%;
  }
}
@media screen and (max-width: 567px) {
  #oct-banner .main {
    width: 95%;
    margin: 0;
    padding: 0;
    margin-bottom: 5%;
    margin-top: -4%;
  }
  #oct-banner .button {
    margin-bottom: 4%;
        margin-top: 3%;
  }
}
