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

  .landing-home .header {
    padding: 28px 0 38px;
  }

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

  .landing-home .header-copy p {
    font-size: 16px;
  }

  .landing-home .header button {
    max-width: none;
    font-size: 16px;
  }

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

  .landing-home .about-content h1,
  .landing-home .offerh1 h1,
  .landing-home .offerbh1 h1,
  .landing-home .contacttop h1 {
    font-size: 30px;
  }

  .landing-home .about-content p,
  .landing-home .offerimgs p,
  .landing-home .offerbimgs p,
  .landing-home .contacttop p,
  .landing-home .contactdown p {
    font-size: 15px;
  }

  .landing-home .offerimgs h1,
  .landing-home .offerbimgs h1,
  .landing-home .contactdown h1 {
    font-size: 21px;
  }

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

  .landing-home .frimann p {
    font-size: 14px;
  }

  .landing-home .hiring-card {
    width: 100%;
    max-width: none;
    margin: 0 16px;
    padding: 22px 18px;
  }

  .landing-home #upbtn {
    width: 46px;
    height: 46px;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
  }
}
