

@media screen and (max-width: 1500px) {
  .footer {
    background-image: none;
  }
}

@media screen and (max-width: 960px) {
  .banner .business {
    font-size: 18px;
    font-weight: 300;
    margin-top: 12px;
    line-height: 26px;
  }

  .banner .subject {
    padding-top: 10px;
    font-size: 22px;
  }
}
