#purpose {
  & .highlight {
    color: var(--stb-yellow-orange);
  }



  & .purposes__container {
    margin-top: 40px;

    & .card-icon-heading {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
  }
}