@media (max-width: 350px) {
  .landing-home .header {
    padding: 24px 12px 32px;
    gap: 24px;
  }

  .landing-home .header img {
    max-width: 220px;
  }

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

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

  .landing-home .header-content {
    font-size: 17px;
    line-height: 1.3;
  }

  .landing-home .header button {
    height: 48px;
    margin-top: 12px;
    font-size: 15px;
  }

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

  .landing-home .about-content {
    padding-top: 32px;
    padding-bottom: 20px;
  }

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

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

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

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

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

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

  .landing-home .frimann h1 {
    font-size: 21px;
    line-height: 1.25;
  }

  .landing-home .frimann img {
    width: 180px;
  }

  .landing-home .contact {
    gap: 36px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .landing-home .hiring-card {
    margin: 0 12px;
    padding: 20px 16px;
    border-radius: 14px;
  }

  .landing-home .hiring-card h3 {
    font-size: 20px;
  }

  .landing-home .hiring-card p,
  .landing-home .hiring-cta {
    font-size: 13px;
  }

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