@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: 31px;
    font-size: 28px;
    padding: 0px;
    text-align: center;
}

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

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

    .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: 145px;
        right: 145px;
        bottom: 14px;
        z-index: 60;
        justify-content: center;
        padding: 8px;
        border-radius: 20px;
        background: #030f13d1;
        color: #fff;
        font-weight: 600;
        box-shadow: 0px 1px 1px #76c4ff73;
    }

    body {
        padding-bottom: 72px;
    }
 }}}}
 
 
 