.fu__featured-collection-wrapper {
  padding: 60px 0;
}

.fu__featured-collection-wrapper .collection__title.title-wrapper {
  margin-bottom: 4rem;
  text-align: center;
}

.fu__featured-collection-wrapper .collection__title.title-wrapper h2 {
  font-size: 5rem;
}

.fu__featured-collection-wrapper .card__heading {
  font-family: var(--font-body-family);
  font-style: normal;
}

@media screen and (min-width: 750px) {

  .fu__featured-collection-wrapper .page-width-desktop {
    padding: 0 3rem;
  }

}