.product-comment.product-comment--owl-carousel {
  padding-bottom: 0;
}

.product-comment.product-comment--owl-carousel .product-comment--theme-carousel {
  padding-left: 15px;
}

.product-comment.product-comment--owl-carousel .title-main {
  font-size: 26px;
  line-height: 1.15;
  color: #222529;
  margin-bottom: 60px;
}

.product-comment.product-comment--owl-carousel .carousel-comment-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  color: #303030;
  font-size: 16px;
  line-height: 1.5;
  width: 360px;
  min-height: 250px;
}

.product-comment.product-comment--owl-carousel.eff3f3 .carousel-comment-item {
  background-color: #eff3f3;
}

.product-comment.product-comment--owl-carousel .product-review-content {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 0;
  font-size: 18px;
  line-height: 26px;
  color: #484a4d;
}

.product-comment.product-comment--owl-carousel .author {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.43;
  color: #e62017;
  margin-top: 15px;
}

.product-comment.product-comment--owl-carousel img.avatar {
  display: inline-block;
  width: auto;
  margin-right: 15px;
}

.product-comment.product-comment--owl-carousel img.logo {
  display: inline-block;
  width: auto;
}

.ifont.rating__star {
  display: inline-block;
  margin-left: 5px;
  color: #e62017;
  font-size: 14px;
}

@media(max-width: 767px) {
  .product-comment.product-comment--owl-carousel .carousel-comment-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 290px;
  }
}
