@media only screen and (max-width: 767px) {
  .offsetcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 2rem;
    margin-bottom: 10%;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    z-index: 1;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-size: cover;
    background-color: #000;
    transition: all 0.3s ease-in;
  }

  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
    width: 100%;
  }

  /* .mobile-menu-logo {
      margin-left: 2.4rem;
      margin-top: 1.6rem;
    } */
  .btn-close {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    font-size: 22px;
    /* position: absolute;
      right: 6rem;
      top: 2rem; */
  }
  .icon-mobile-nav {
    height: 4rem;
    width: 4rem;
  }
  .navbar-dark .navbar-nav .nav-link {
    text-align: center;
    margin-bottom: 20px !important;
  }
  .dropdown-menu {
    background-color: #000 !important;
  }
  .dropdown-item {
    color: #fff !important;
    text-align: center;
  }
  .dropdown-item:hover {
    color: #aaa !important;
    background-color: transparent !important;
  }
  .dropdown-divider {
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero h1 {
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 600;
  }

  .header-text {
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 200;
  }

  .services-heading-box {
    text-align: center;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .services-text-box {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    align-self: center;
  }

  .services-heading {
    font-size: 2rem;
    line-height: 5.5rem;
  }

  .services-text {
    line-height: 3.5rem;
    opacity: 0.8;
  }

  .ads-heading {
    font-size: 2rem;
  }

  .ads-text {
    font-size: 1.4rem;
  }

  /* About page queries */
  .about-hero h1 {
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 600;
  }

  .about-text-box {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    align-self: center;
  }

  .about-heading {
    font-size: 2rem;
    line-height: 3.2rem;
  }

  .about-text {
    line-height: 3.5rem;
    opacity: 0.8;
  }

  /* Services page queries */
  .service-hero h1 {
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 600;
  }

  .services-items {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
