.banner-footer {
  width: 100%;
  height: 230px;
  background: url(./../images/components/banner-footer.jpg)center no-repeat;
}

.banner-footer .banner-footer-btn button {
  width: 170px;
  height: 48px;
  font-size: 16px;
  line-height: 22px;
}

.banner-footer .banner-footer-btn .button {
  background: #fff;
  color: #4A4A4A;
  border: 1px solid #02A2E3;
  margin-right: 18px;
}

.banner-footer .banner-footer-btn .contact {
  background: #FFB514;
  color: #fff;
  border: none;
}

.banner-footer .banner-footer-info {
  padding-top: 50px;
  width: 1028px;
  margin: 0 auto;
}

.banner-footer .banner-footer-info p {
  font-size: 22px;
  height: 70px;
  line-height: 35px;
  color: #333;
  white-space: nowrap;
  margin-bottom: 19px;
}

@media only screen and (max-width: 768px) {
  .banner-footer {
    height: 15rem;
    background-size: cover;
    padding: 0 1rem;
  }

  .banner-footer .banner-footer-info {
    width: 100%;
    padding-top: 2rem;
  }

  .banner-footer .banner-footer-info p {
    font-size: 1.4rem;
    height: 2.2rem;
    white-space: normal;
  }

  .banner-footer .banner-footer-btn button {
    width: 10rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .banner-footer .banner-footer-btn {
    margin-top: 5rem;
    padding-left: 2rem;
  }
}