.recently-viewed {
  position: relative;
}
@media screen and (max-width: 600px) {
  .recently-viewed {
    padding-left: 20px;
  }
}
.recently-viewed {
  padding-top: 50px;
  padding-bottom: 50px;
}
.recently-viewed .heading {
  margin-bottom: 30px;
}
.recently-viewed .heading h4 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 39px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .recently-viewed .heading h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 600px) {
  .recently-viewed .slide-on-mobile .column {
    padding-right: 15px;
  }
}

/*# sourceMappingURL=recently-viewed.css.map */
