.product-recommendations {
  display: block;
}

.product-recommendations .product-recommendations-heading {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #1D2128;
}

.product-recommendations .btn-view-all {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #1D2128;
  display: flex;
  align-items: center;
  gap: 10px;
}