/* ============================================================
   BrijCode — About Why responsive
   ============================================================ */

@media (max-width: 1199.98px) {
  .about-why__inner {
    width: min(100%, 1100px);
    grid-template-columns: minmax(140px, 0.8fr) minmax(0, 40rem) minmax(140px, 0.8fr);
  }

  .about-why__statement {
    font-size: clamp(1.22rem, 1.9vw, 1.6rem);
    max-width: 40rem;
  }

  .about-why__pill-label {
    font-size: 0.54rem;
  }

  .about-why__pill-value {
    font-size: 0.74rem;
  }
}

@media (max-width: 991.98px) {
  .about-why {
    padding: 32px 16px;
  }

  .about-why__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    width: min(100%, 680px);
    gap: 0;
  }

  .about-why__eyebrow {
    margin-bottom: 14px;
  }

  .about-why__statement {
    max-width: 38rem;
    font-size: clamp(1.25rem, 3vw, 1.55rem);
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .about-why__pills {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  .about-why__pills-col {
    display: contents;
  }

  .about-why__pill,
  .about-why__pill--left-1,
  .about-why__pill--left-2,
  .about-why__pill--left-3,
  .about-why__pill--right-1,
  .about-why__pill--right-2,
  .about-why__pill--right-3 {
    margin: 0 !important;
    transform: none !important;
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .about-why {
    padding: 28px 14px 32px;
  }

  .about-why__eyebrow {
    margin-bottom: 12px;
  }

  .about-why__statement {
    font-size: clamp(1.18rem, 4.6vw, 1.4rem);
    line-height: 1.4;
    margin-bottom: 16px;
  }

  .about-why__pills {
    gap: 8px;
  }

  .about-why__pill {
    padding: 10px 14px 10px 12px;
  }

  .about-why__pill-value {
    white-space: normal;
  }

  .about-why__mark--tl,
  .about-why__mark--br {
    display: none;
  }
}
