/* Awards styles */

.awards {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;

  .block-header {
    p {
      max-width: 43.555555556em;
    }
  }

  .awards-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10%;
  }

  @media (min-width: 40rem) {
    gap: 4rem;
  }
}

.home .awards {
  max-width: var(--wp--custom--container--xl) !important;

  .block-header {
    .has-display-xl-font-size {
      font-size: clamp(1.5rem, 1.3519rem + 0.7407vw, 2rem) !important;
    }
  }
}
