/* ───────────────────────────────────────────
       SECTION
    ─────────────────────────────────────────── */
    .who-for-section {
      width: 100%;
      background: #fff;
    }

    .who-for-section__inner {
      max-width: 1460px;
      margin: 0 auto;
      padding: 160px 30px 130px;
      text-align: center;
    }

    /* ───────────────────────────────────────────
       HEADING
    ─────────────────────────────────────────── */
    .who-for-section__heading-wrapper {
      margin-bottom: 20px;
    }

    .who-for-section__heading {
      color: #000;
      font-size: 40px;
      padding: 0;
      margin: 0;
      font-family: Lufga, Arial, sans-serif;
      font-weight: 600;
      line-height: 50px;
      letter-spacing: 0;
      text-align: center;
    }

    /* ───────────────────────────────────────────
       SUBTITLE
    ─────────────────────────────────────────── */
    .who-for-section__desc-wrapper {
      margin-bottom: 80px;
    }

    .who-for-section__desc-wrapper p {
      color: #000;
      padding: 0;
      margin: 0;
      font-family: Lufga, Arial, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 31px;
      letter-spacing: 0.01em;
      text-align: center;
    }

    /* ───────────────────────────────────────────
       GRID — 4 columns
    ─────────────────────────────────────────── */
    .who-for-section__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 80px;
      text-align: left;
    }

    /* ───────────────────────────────────────────
       ITEM
    ─────────────────────────────────────────── */
    .who-for-item {
      display: flex;
      flex-wrap: wrap;
    }

    /* Icon wrapper */
    .who-for-item__icon-area {
      margin-bottom: 12px;
      width: 15%;
    }

    .who-for-item__icon-wrapper {
      width: 28px;
      height: 28px;
    }

    .who-for-item__icon-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    /* Content wrapper */
    .who-for-item__content {
      display: flex;
      flex-direction: column;
      width: 85%;
      padding: 0 0 0 15px;
    }

    .who-for-item__title {
      color: #000;
      padding: 0;
      margin: 0 0 10px;
      font-family: Lufga, Arial, sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 0;
    }

    /* Description */
    .who-for-item__desc-wrapper p {
      color: rgba(0, 0, 0, 0.8);
      line-height: 26px;
      padding: 0;
      margin: 0;
      font-family: Lufga;
      font-weight: 400;
      font-size: 15px;
      letter-spacing: 0.01em;
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1440px
    ─────────────────────────────────────────── */
    @media (max-width: 1440px) {
      .who-for-section__inner {
        padding: 120px 30px;
      }

      .who-for-section__grid {
        gap: 0 50px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1280px
    ─────────────────────────────────────────── */
    @media (max-width: 1280px) {
      .who-for-section__inner {
      }

      .who-for-section__heading {
      }

      .who-for-section__grid {
        gap: 0 28px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1024px
    ─────────────────────────────────────────── */
    @media (max-width: 1024px) {
      .who-for-section__inner {
        padding: 90px 20px;
      }

      .who-for-section__heading {
        font-size: 36px;
        line-height: 48px;
      }

      .who-for-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 36px;
      }

      .who-for-item__title {
        font-size: 20px;
      }
      .who-for-item__content {
  padding: 0;
}
      .who-for-section__desc-wrapper {
  margin-bottom: 60px;
}
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 991px
    ─────────────────────────────────────────── */
    @media (max-width: 991px) {
      .who-for-section__heading {
      }

      .who-for-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 767px
    ─────────────────────────────────────────── */
    @media (max-width: 767px) {
      .who-for-section__inner {
        padding: 50px 15px;
      }
.who-for-section__heading-wrapper {
  margin-bottom: 15px;
}
      .who-for-section__heading {
        font-size: 28px;
        line-height: 38px;
      }
.who-for-section__desc-wrapper p {
  font-size: 16px;
  line-height: 29px;
      }
      .who-for-section__desc-wrapper {
        margin-bottom: 30px;
      }

      .who-for-section__grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }
      }