@media (max-width: 820px) {
  body {
    overflow-x: hidden;
  }

  .wrap {
    width: min(100% - 32px, 1160px);
  }

  .hero-copy,
  .section-heading,
  .work-heading,
  .feature-copy,
  .process-intro,
  .service-area,
  .cta {
    text-align: center;
  }

  .hero-copy,
  .intro,
  .section-heading > p,
  .work-heading h2,
  .work-heading > p,
  .process-intro > p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .hero-trust {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-trust {
    max-width: 360px;
  }

  .services article {
    align-items: center;
    text-align: center;
    padding: 32px 24px;
  }

  .service-icon {
    margin: 0 auto 30px;
  }

  .work-heading {
    justify-items: center;
  }

  .feature-copy ul {
    text-align: left;
  }

  .photo-note {
    left: 50%;
    right: auto;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    text-align: center;
  }

  .process-grid article {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    text-align: center;
    padding: 30px 20px;
  }

  .service-area {
    align-items: center;
  }

  .service-area .btn,
  .cta-contact,
  .cta-contact .btn {
    width: 100%;
  }

  .footer-inner {
    justify-items: center;
  }
}

@media (max-width: 480px) {
  .nav {
    gap: 12px;
  }

  .logo {
    font-size: 15px;
  }

  .header-call {
    white-space: nowrap;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 45px);
  }

  .section-heading h2,
  .work-heading h2,
  .feature h2,
  .process-intro h2,
  .cta h2 {
    font-size: 36px;
  }

  .cta {
    margin-left: 16px;
    margin-right: 16px;
    padding: 38px 22px;
  }
}
