#march2-banner {
  font-size: 16px;
  background-image: url(../../../images/25/march2/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/march2/banner/back.jpg") 1x,
    url("../../../images/25/march2/banner/back@2x.jpg") 2x
  );
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
#march2-banner .banner-inner {
  padding: 0 15px;
  gap: 2em;
}
#march2-banner .main {
  width: 30em;
  margin: 2.5em 0;
}
#march2-banner .image {
  width: 14em;
  position: relative;
  top: 1em;
}
#march2-banner .text {
  width: 21em;
}
#march2-banner .button {
  height: 2.2em;
  width: 11em;
  border-radius: 1.1em;
  margin-top: 10px;
  font-size: 1.1em;
  background-color: #f0632f;
}
@media screen and (min-width: 1346px) {
  #march2-banner {
    width: 100%;
    max-width: 80em;
    position: relative;
    /* left: 50%; */
    /* right: 50%; */
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1345px) {
  #march2-banner {
    width: 95%;
  }
}
@media screen and (max-width: 1119px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  #march2-banner {
    margin-bottom: 2em;
    font-size: 16px;
    background-image: url(../../../images/25/march2/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/march2/banner/back-m.jpg") 1x,
      url("../../../images/25/march2/banner/back-m@2x.jpg") 2x
    );
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #march2-banner .banner-inner {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 15% 0;
  }
  #march2-banner .banner-main {
    width: 100%;
  }
  #march2-banner .main {
    width: 88%;
    margin: 0;
    margin-bottom: 3%;
  }
  #march2-banner .button {
    width: 11.5em;
    font-size: 1em;
  }
}
