.featured-collection__top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: calc(var(--gutter) / 2);
  z-index: 5
}

@media only screen and (max-width: 767px) {
  .featured-collection__top {
    display: block
  }
}
.related-products {
  text-align: center;
  overflow: hidden
}