.featured-collection{
  display:block;
}

.featured-collection__header{
  display:flex;
  margin-bottom:var(--content-gap-components);
}

@media (width <= 767px),screen and (max-width:767px){
  .featured-collection__header{
    align-items:flex-start;
    flex-direction:column;
    gap:var(--spacing-xxs);
  }
}

@media (width => 768px),screen and (min-width:768px){
  .featured-collection__header{
    align-items:baseline;
    justify-content:space-between;
  }
}
