#banner-veteran {
  margin-top: 107px;
}

#banner-veteran .container {
  --content-width: 1200px;
  padding-top: 24px;
  padding-bottom: 12px;
  background-repeat: no-repeat;
  background-image: url("../../images/home/banner-veteran-bg.jpg");
  background-image: -webkit-image-set(url("../../images/home/banner-veteran-bg.jpg") 1x, url("../../images/home/banner-veteran-bg@2x.jpg") 2x);
  background-position: center;
  background-size: cover;
}

#banner-veteran .left img {
  margin-right: 30px;
}

#banner-veteran .left .text {
  margin-top: 13px;
}

#banner-veteran .l1 {
  font-size: 25px;
  line-height: 1.44em;
  margin-bottom: 10px;
}

#banner-veteran .l2 {
  font-size: 19px;
  line-height: 1.31em;
}

#banner-veteran .button {
  width: 148px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

#banner-veteran .right {
  margin-right: 25px;
  margin-left: 60px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px ) {
  #banner-veteran {
    margin-top: 50px;
  }

  #banner-veteran .container {
    --content-width: 345px;
    flex-direction: column;
    text-align: center;
    padding-top: 119px;
    padding-bottom: 8px;
    background-image: url("../../images/home/banner-veteran-bg-m.jpg");
    background-image: -webkit-image-set(url("../../images/home/banner-veteran-bg-m.jpg") 1x, url("../../images/home/banner-veteran-bg-m@2x.jpg") 2x);
  }

  #banner-veteran .l1 {
    font-size: 22px;
    line-height: 1.22em;
    margin-bottom: 38px;
  }

  #banner-veteran .right {
    margin: 0;
  }

  #banner-veteran .button {
    width: 178px;
    height: 51px;
    line-height: 51px;
    font-size: 22px;
    margin-top: 37px;
  }
}