@media only screen and (max-width: 768px) {
  html {
    font-size: 48%;
  }
  h2 {
    font-size: 3rem;
  }
  .grid-two-cols {
    grid-template-columns: 1fr;
  }
  .grid-three-cols {
    grid-template-columns: 1fr;
  }
  .grid-four-cols {
    grid-template-columns: 1fr;
  }
  .top-header {
    display: none;
  }

  .nav-links {
    flex-direction: column;
    position: absolute;
    top: 100%;
    background: var(--yellow);
    min-width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    z-index: 999;
    height: 100vh;
    border-top: 1px solid var(--gray);
  }
  .nav-nav {
    top: 0rem;
  }
  .nav-login {
    background-color: var(--yellow);
    font-size: 2rem;
    margin-top: 2rem;
  }
  nav {
    margin: 0rem auto 0;
    background: var(--blue);
    padding: 2rem 2.8rem;
    z-index: 999;
  }

  .nav-links {
    display: flex;
    align-items: start;
    gap: 0.7rem;
    padding: 3rem 2.8rem;
  }
  .mobile-nl {
    display: none;
  }

  .nav-links a {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid var(--gray);
    padding: 2rem 0rem;
  }
  .mobile-menu {
    display: block;
  }
  /* ====== */
  .whoweare-bg {
    right: 12%;
    top: 53%;
    background-size: 25%;
  }
  /* ====== */
  .testi-slider .owl-carousel .owl-nav button.owl-next {
    top: -12% !important;
  }
  .testi-slider .owl-carousel .owl-nav button.owl-prev {
    top: -12% !important;
  }
  .img-testi p {
    width: 85%;
  }
  .testi-shape1 {
    left: -79px;
  }
  .sub-footer-links {
    align-items: start;
    justify-content: start;
  }
  .sub-footer .grid {
    gap: 0.8rem;
  }
}
