#march-banner .mar-main {
  max-height: 243px;
  padding: 0 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/25/march/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/march/banner/back.jpg") 1x,
    url("../../../images/25/march/banner/back@2x.jpg") 2x
  );
}
/* https://www.gomajik.com/themes/majik/images/25/march/banner/back.jpg */
#march-banner .mar-step-2 {
  background-image: url(../../../images/25/march/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/march/hero/back.jpg") 1x,
    url("../../../images/25/march/hero/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 16px;
  text-decoration: none;
}
#march-banner {
  font-size: 16px;
  max-width: 80em;
  margin: 2em auto;
  width: 100%;
}
#march-banner .mar-left {
  margin-right: 31px;
  margin-bottom: -201px;
  margin-left: -3em;
}
.mar-left .left-bg {
  z-index: 0;
  width: 32em;
  opacity: 0.9;
}
.mar-left .left-bg-m {
  opacity: 0.9;
}
.mar-left .image {
  z-index: 2;
  width: 12em;
  position: relative;
  left: -3em;
}
.mar-left .main {
  z-index: 1;
  margin-left: -5em;
  margin-right: 6em;
  width: 21em;
  top: -5px;
  position: relative;
}
.mar-main .mar-right {
  margin: 1.5em 0;
}
#march-banner .button {
  border-width: 0;
  width: 9em;
  height: 2.2em;
  margin-top: 12px;
  font-size: 1.2em;
}

#march-banner .button:hover,
#march-banner .button:visited,
#march-banner .button:active,
#march-banner .button:focus,
#march-banner .button {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 1300px) {
  /* .mar-left .main {
    z-index: 1;
    margin-left: -5em;
    margin-right: 5em;
    width: 19em;
  }
  .mar-left .image {
    z-index: 2;
    width: 11em;
  } */
  #march-banner {
    width: 95%;
  }
}
@media screen and (max-width: 991px) {
  #march-banner .mar-left {
    margin-bottom: -21%;
    margin-right: 1%;
  }
  .mar-left .left-bg {
    z-index: 0;
    width: 31em;
  }
  .mar-left .main {
    z-index: 1;
    margin-left: 5em;
    margin-right: 5em;
    width: 21em;
    top: 26px;
    position: relative;
  }

  .mar-left .image {
    z-index: 2;
    width: 10em;
  }
}
@media screen and (max-width: 767px) {
  #march-banner .mar-main {
    max-height: unset;
    flex-direction: column;
    padding-bottom: 15px;
    gap: 0;
    padding-top: 3em;
  }
  #march-banner .button {
    width: 240px;
    height: 55px;
    margin-bottom: 7%;
  }
  .mar-left .main {
    z-index: 1;
    width: 100%;
    margin: 0;
    top: unset;
  }
  .mar-left .image {
    z-index: 2;
    width: 26em;
  }
  .mar-right .text {
    width: 100%;
    margin-bottom: 6%;
    margin-top: 5%;
  }
  #march-banner .mar-left {
    margin-right: 0;
    align-self: center;
    width: 100%;
    margin: 0;
  }
  .mar-main .mar-right {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  #march-banner .button {
    width: 206px;
    height: 47px;
    margin-bottom: 7%;
    line-height: 3px;
  }
}
