.ProductBlockRecommendations {
  margin-top: 2rem;
}
.ProductBlockRecommendations .SectionHeader {
  margin-bottom: 1rem;
}
.ProductBlockRecommendations .Carousel__Item.Carousel__Item--count1 {
  width: 100%;
}
@media screen and (max-width: 1007px) {
  .ProductBlockRecommendations .Carousel__Item {
    display: inline-block !important;
    width: 68%;
  }
  .ProductBlockRecommendations .Carousel__Item.Carousel__Item--count1 {
    width: 100%;
  }
  .ProductBlockRecommendations .Carousel__Item.Carousel__Item--count2 {
    width: 50%;
  }
}