
/* ====================== [ Start Responsive  ] ====================== */
@media screen and (max-width: 991px) {
  .lg-hide {
    display: none;
  }
  h2 {
    font-size: 30px;
  }
  .mobile-app .caption {
    margin-bottom: 50px;
    text-align: center;
  }
  .mobile-app .caption h1 {
    font-size: 60px;
  }
  .app-action .box-gr .cont {
    width: 100%;
    text-align: center;
  }
  .app-works .filter {
    padding-bottom: 0;
  }
  .app-works .filter span {
    margin: 0 15px 20px;
  }
  .app-works .filter span:after {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
  .mobile-app .caption h1 {
    font-size: 40px;
  }
  .app-blog .item .cont {
    padding: 30px;
  }
  .sm-mb50 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .buton {
    margin-top: 15px;
  }
}
