.featured-collection-section {
  position: relative;
}

.featured-collection-wrapper .title-wrapper {
  margin: 0 0 4rem;
  justify-content: center;
}

.featured-collection-title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .featured-collection-title {
    font-size: 2.8rem;
  }
}