#sep-banner {
  width: 100%;
  background-image: url(../../../images/25/sep/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/sep/banner/back.jpg") 1x,
    url("../../../images/25/sep/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 80em;
  margin-bottom: 25px;
  overflow: visible;
}
#sep-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 3em;
}
#sep-banner .banner-main {
  padding: 2em 0;
  z-index: 1;
  margin-left: -5em;
}
#sep-banner .banner-main .main {
  width: 95%;
}
#sep-banner .text {
  width: 93%;
  margin-bottom: 2%;
}
#sep-banner .button {
  font-weight: 900;
  font-size: 1.3em;
  width: 11em;
  height: 2em;
  border-radius: 1em;
  margin-top: 9px;
  background-color: #ffde16;
  -webkit-box-shadow: 5px 5px 2px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 2px -1px rgba(0, 0, 0, 0.25);
}

#sep-banner .button,
#sep-banner .button:visited,
#sep-banner .button:active,
#sep-banner .button:focus,
#sep-banner .button:hover {
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  #sep-banner {
    width: 96%;
  }
  #sep-banner .banner-main {
    margin-left: 0;
  }
  #sep-banner .banner-inner {
    gap: 0em;
  }
}

@media screen and (max-width: 767px) {
  #sep-banner {
    max-width: 100%;
    margin-bottom: 20px;
    width: 92%;
    overflow: hidden;
  }
  #sep-banner .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  #sep-banner .banner-main .main {
    width: 90%;
  }
  #sep-banner .banner-cta {
    align-self: center;
    margin: 0;
    order: 2;
    width: 100%;
  }
  #sep-banner .banner-main {
    padding-top: 10%;
    padding-bottom: 0;
    width: 100%;
  }
  #sep-banner .button {
    font-size: 1.2em;
    margin-top: 16px;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 567px) {
  #sep-banner .button {
    font-size: 1.1em;
    margin-top: 16px;
    margin-bottom: 9%;
    width: 10.5em;
  }
}
