.reviews-slider__section--landing-product-cans .reviews-slider__title p {
  font-family: var(--font-heading-family);
  font-size: 36px;
  font-weight: 600;
}

.reviews-slider__section--landing-product-cans .reviews-slider__title p strong {
  font-size: 42px;
  font-weight: 600;
}

.reviews-slider__section--landing-product-cans .review_content .review_stars svg path {
  fill: #FF7A00;
}

@media screen and (max-width:749px) {
  .reviews-slider__section--landing-product-cans .reviews-slider__title p {
    font-size: 24px;
  }

  .reviews-slider__section--landing-product-cans .reviews-slider__title p strong {
    font-size: 32px;
  }
}