@media (max-width: 768px) {
  .landing-home .landing-nav-inner,
  .landing-home .landing-mobile-menu {
    width: calc(100% - 24px);
  }

  .landing-home .landing-nav-inner {
    height: 64px;
  }

  .landing-home .landing-nav-brand {
    gap: 10px;
    font-size: 18px;
  }

  .landing-home .landing-nav-brand img {
    width: 46px;
    height: 46px;
  }

  .landing-home .header {
    padding: 34px 0 44px;
  }

  .landing-home .header-shell {
    width: calc(100% - 44px);
    gap: 28px;
  }

  .landing-home .header-kicker {
    font-size: 12px;
  }

  .landing-home .header-copy h1 {
    font-size: clamp(36px, 12vw, 56px);
    line-height: 1;
  }

  .landing-home .header-copy p {
    font-size: 17px;
    line-height: 1.6;
  }

  .landing-home .header button {
    width: 100%;
    min-width: 0;
    height: 52px;
    font-size: 17px;
  }

  .landing-home .header-proof-grid {
    grid-template-columns: 1fr;
  }

  .landing-home .about-content,
  .landing-home .aboutimgdiv,
  .landing-home .frimann,
  .landing-home .contact {
    padding-left: 22px;
    padding-right: 22px;
  }

  .landing-home .about-content {
    padding-top: 44px;
    padding-bottom: 24px;
  }

  .landing-home .div_paragraph {
    margin-top: 36px;
  }

  .landing-home .about-content h1,
  .landing-home .offerh1 h1,
  .landing-home .offerbh1 h1,
  .landing-home .contacttop h1 {
    font-size: 36px;
    line-height: 1.15;
  }

  .landing-home .about-content p,
  .landing-home .offerimgs p,
  .landing-home .offerbimgs p,
  .landing-home .contacttop p,
  .landing-home .contactdown p {
    font-size: 16px;
    line-height: 1.6;
  }

  .landing-home .offer,
  .landing-home .offerb {
    padding: 48px 0;
  }

  .landing-home .offerimgs,
  .landing-home .offerbimgs {
    padding: 0 22px;
  }

  .landing-home .offer img,
  .landing-home .offerb img {
    width: 170px;
  }

  .landing-home #img2 {
    margin-bottom: 22px;
  }

  .landing-home .frimann img {
    width: 220px;
    margin-bottom: 20px;
  }

  .landing-home .frimann h1 {
    font-size: 30px;
  }

  .landing-home .frimann-stats {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .landing-home .frimann-stat-card,
  .landing-home .frimann-stat-card-wide {
    min-height: auto;
    padding: 18px 16px;
  }

  .landing-home .frimann p br {
    display: none;
  }

  .landing-home .contact {
    gap: 48px;
  }

  .landing-home .contactdown {
    align-items: stretch;
  }

  .landing-home .contactdown > div {
    width: 100%;
    text-align: center;
  }

  .landing-home .linkedin {
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
}
