.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
}

.custom-scroll-mobile{
  overflow-x: auto;
  flex-wrap: nowrap !important;
  scrollbar-width: none;
}

@media (max-width: 768px) {
  .custom-padding{
  padding-top:0 !important
  }
}
