.badge-section {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}

.badge-section-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.badge-section-heading {
  color: var(--Neutral-Black, #1a1a1a);
  text-align: center;
  font-family: Inter;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 3.5rem */
  letter-spacing: -0.0625rem;
}

.badge-section-sub-heading {
  max-width: 70%;
  color: var(--Neutral-Black, #4f4f4f);
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.03125rem;
}

.badge-section-sub-heading_landing {
  max-width: 100%;
  color: var(--Neutral-Black, #4f4f4f);
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.03125rem;
}

.badge-section-sub-heading_landing strong {
  color: var(--Neutral-Black, #1a1a1a);
}

.badge-container {
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
}

.badge-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex: 1 0 0;
}

.badge-icon {
  height: 8rem;
}

.badge-heading-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

.badge-heading {
  color: var(--Neutral-Black, #1a1a1a);
  text-align: center;
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 1.8rem */
}

.badge-sub-heading {
  color: var(--Neutral-Dark-Grey, #4f4f4f);
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.6rem */
}

@media screen and (max-width: 768px) {
  .badge-section-header {
    align-items: flex-start;
    gap: 1.25rem;
  }
  .badge-section {
    gap: 2.5rem;
    text-align: left;
  }

  .badge-section-heading {
    font-size: 1.75rem;
    line-height: normal;
    letter-spacing: -0.0175rem;
  }
  .badge-section-sub-heading {
    line-height: 140%;
    text-align: left;
  }

  .badge-container {
    flex-direction: column;
    gap: 1rem;
  }

  .badge-box {
    gap: 1.25rem;
  }

  .badge-icon {
    height: 5.96613rem;
  }

  .badge-heading {
    font-size: 1.125rem;
    font-weight: 700;
  }

  .badge-sub-heading {
    color: var(--Neutral-Granite, #7a7a7a);
    text-align: center;
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.00875rem;
  }

  .badge-container > *:nth-child(2),
  .badge-container > *:nth-child(3) {
    margin-top: 1.5rem;
  }
}
