.resource-highlights-top-level {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.resource-highlights-top-level .basic-heading-body-buttons {
  text-align: center;
  margin-top: 0px;
}

.resource-highlights-top-level .row-of-buttons {
  justify-content: center;
}

.resource-highlights-top-level .resource-highlights-container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}