@media (max-width: 860px) {
    .header-grid {
        grid-template-columns:auto 1fr auto
    }

    @media (max-width: 860px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 78px;
    right: 16px;
    left: auto;
    width: min(280px, calc(100vw - 32px));
    background: #fff;
    flex-direction: column;
    padding: 18px;
    border-radius: 18px;
    box-shadow: var(--shadow);
    z-index: 1000;
  }

  .main-nav.open {
    display: flex;
  }
}

   @media (max-width: 860px) {
    .home-hero h1, .page-hero h1, h2 {
    line-height: 32px;
}

  @media (max-width: 860px) {
    h2 {
        font-size:22px;
    line-height: 28px;
}

 @media (max-width: 860px) {
    .home-hero p, .page-hero p {
    line-height: 21px;
}

    .main-nav.open {
        display: flex;
        text-transform: uppercase;
    }

    .menu-toggle {
        display: block;
        justify-self: end
    }

    .btn-call {
        display: none
    }

    .hero-grid,.split,.final-cta-grid,.contact-grid,.footer-grid {
        grid-template-columns: 1fr
    }

    .cards,.gallery {
        grid-template-columns: 1fr
    }

    .home-hero {
        padding: 64px 0
    }

    .section {
        padding: 52px 0
    }

    .mobile-call {
        display: flex;
        position: fixed;
        left: 115px;
        right: 115px;
        bottom: 14px;
        z-index: 60;
        justify-content: center;
        padding: 11px;
        border-radius: 20px;
        background: var(--cyan);
        color: #fff;
        font-weight: 900;
        box-shadow: 2px 2px 7px rgb(8 38 51 / 32%);
    }

    body {
        padding-bottom: 72px
    }
}
