.custom-featured-collection {
  background: linear-gradient(to right bottom, #a9c8fd, #fddff8);
}
@media only screen and (max-width: 768px) {
  .custom-featured-collection {
    background: linear-gradient(to right bottom, #a9c8fd, #fddff8);
    margin-bottom: 0;
  }
}
