@media only screen and (max-width: 800px) {
  .container {
    max-width: 100%;
    padding: 10px;
  }
  .banner .bann-tittle {
    padding-top: 15px;
  }
  .banner .bann-tittle .up-left h2 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 900;
  }
  .banner .bann-tittle .up-right h6 {
    padding: 20px 0 20px;
    font-size: 18px;
    line-height: 21px;
  }
  .banner .bann-tittle .down .down-left .bann-des {
    font-size: 16px;
    margin-left: 0;
  }
  .banner .bann-tittle .down .down-right .counter,
  .banner .bann-tittle .down .down-right .counter2 {
    width: 100%;
  }
  .navbar .navbar-nav {
    background-color: var(--bb);
  }
  .navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
  }
  .navbar .navbar-nav .nav-item .nav-link:active {
    background-color: var(--b);
  }
  .news .card {
    width: 100%;
    padding: 0;
  }
  .test .monals h3 {
    font-size: 29px;
    font-weight: bold;
    line-height: 34px;
  }
  .about-banner {
    height: 122vh;
  }
  .our-team h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
  }
  .our-team .card .card-img-top {
    width: 100%;
    height: 260px;
    border-radius: 0;
    align-items: center;
  }
  .our-team .card .card-body h4 {
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .our-team .card .card-body p {
    font-size: 12px;
  }
  .blog-banner {
    height: 110vh;
  }
}
@media only screen and (max-width: 480px) {
  .our-team h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
  }
  .blog-banner .content {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 380px) {
  .blog-banner {
    height: 180vh;
  }
  .blog-banner .content {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .navbar .navbar-brand img {
    width: 60px;
  }
  .navbar .btn {
    display: none;
  }
  .web-app-content h2 {
    font-weight: bold;
    font-size: 28px;
  }
  .blog-banner {
    height: 216vh;
  }
}/*# sourceMappingURL=responsive.css.map */