.featured-collection__header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.4rem;
}

@media (min-width: 576px) {
  .featured-collection__header {
    align-items: center;
    flex-direction: row;
  }
}

.featured-collection__header .section-header {
  margin: 0;
}

.featured-collection__header .button {
  flex-shrink: 0;
}
