@media (max-width: 992px) {
  .hero-section h1 {
    font-size: 80px;
    line-height: 88px;
  }
  .hero-section .social h4 {
    font-size: 12px;
  }
  .hero-section .home-img {
    padding: 20px 10px;
  }
  .hero-section .home-img .img-box .img-item {
    width: 80%;
    height: 80%;
  }
}
