.recently-viewed-products {
  display: block;
}

.recently-viewed-products__heading {
  margin-top: 0;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .recently-viewed-products__heading {
    margin-bottom: 1.2rem;
  }
}
