.highlight-section__container {
  margin-top: var(--spacing-y);
  margin-bottom: var(--spacing-y);
}


.highlight-section__top-content {
  text-align: center;
}

.highlight-section__title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  color: var(--color-dark-blue);
}

.highlight-section__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
