#banner-hiring {
  margin-top: 26px;
  margin-bottom: 65px;
}

#banner-hiring .container {
  --content-width: 1200px;
  min-height: 240px;
  padding-top: 94px;
  padding-bottom: 12px;
  background-repeat: no-repeat;
  background-image: url("../../images/home/banner-hiring-bg.png");
  background-image: -webkit-image-set(url("../../images/home/banner-hiring-bg.png") 1x, url("../../images/home/banner-hiring-bg@2x.png") 2x);
  background-position: center;
  background-size: cover;
}

#banner-hiring .l1 {
  font-size: 63px;
  text-transform: uppercase;
  text-shadow: 4px 1px 0px rgba(0, 0, 0, 1);
  margin: 0 47px 0 129px;
}

#banner-hiring .l1 span {
  font-size: 60px;
}

#banner-hiring .button {
  width: 148px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

@media screen and (max-width: 767px ) {
  #banner-hiring {
    margin-top: 16px;
  }

  #banner-hiring .container {
    --content-width: 345px;
    flex-direction: column;
    text-align: center;
    padding-top: 72px;
    padding-bottom: 47px;
    background-image: url("../../images/home/banner-hiring-bg-m.png");
    background-image: -webkit-image-set(url("../../images/home/banner-hiring-bg-m.png") 1x, url("../../images/home/banner-hiring-bg-m@2x.png") 2x);
  }

  #banner-hiring .l1 {
    margin: 0 0 26px 0;
    font-size: 60px;
    line-height: 0.91em;
  }

  #banner-hiring .l1 span {
    font-size: 58px;
  }

  #banner-hiring .button {
    width: 178px;
    height: 51px;
    line-height: 51px;
    font-size: 22px;
  }
}