
@media  screen and (min-width :991px) {
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-inline: 1rem;
    }
}
@media screen and (max-width: 992px) {
  .navbar {
    background-color: #fff !important;
    padding: 1rem 0 !important;
  }
  .navbar .navbar-brand,
  .navbar .nav-link {
    color: #000 !important;
  }
  .navbar .nav-item {
    text-align: center;
  }
  .nav-item a.nav-link.active::after {
    left: 50%;
    top: 80%;
    width: 20%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #home h1 {
    font-size: 2.5rem;
  }
  #about .about-img::after {
    content: "";
    position: absolute;
    top: 25%;
    left: -5%;
  }
  .about-img {
    width: 90% !important;
  }
  .about-content {
    padding-inline: 0 !important;
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
  .about-content h3 {
    font-size: 1.875rem;
  }

  #contact .form-info {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #contact .form-info input {
    width: 100%;
  }
  .section-title h3::after {
    width: 50% !important;
  }
  #clients .section-title h3::after,
  #team .section-title h3::after ,#contact .section-title h3::after {
    width: 80% !important;
  }
}