#banner-hiring {
  margin-top: 29px;
  margin-bottom: 49px;
}

#banner-hiring .container {
  --content-width: 1280px;
  min-height: 254px;
  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: 68px;
  text-transform: uppercase;
  text-shadow: 4px 1px 0px rgba(0, 0, 0, 1);
  margin: 0 49px 0 130px;
}

#banner-hiring .l1 span {
  font-size: 64px;
}

#banner-hiring .button {
  width: 158px;
  height: 42px;
  line-height: 42px;
  font-size: 21px;
  margin-top: 5px;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  #banner-hiring {
    margin-top: 39px;
    margin-bottom: 0;
  }

  #banner-hiring .container {
    --content-width: 360px;
    flex-direction: column;
    text-align: center;
    padding-top: 76px;
    padding-bottom: 54px;
    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;
  }
}