.section-product-recommendations {
  overflow: hidden;
}

.product-recommendations .section-header__title,
.more-from-brand .section-header__title,
.recently-viewed .section-header__title {
  font-family: var(--font-body-family), Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 3.6rem;
  text-transform: none;
}

@media screen and (max-width: 575px) {
  .popular-products .popular-products__wrapper:not(.popular-products__wrapper-two__cards) .border-item:nth-child(n+1):not(:first-child):before {
    content: "";
  }
}