.author {
  display: flex;
  justify-content: space-between;
}

.commentQuote {
    padding-bottom: 127px;
}
.commentQuote .items {
  column-count: 1;
  column-gap: 0;
}
.commentQuote .items .item {
  break-inside: avoid;
  padding: 12.5px;
  width: inherit;
  margin: 0;
}

.commentQuote .media {
  padding: 25px 25px 30px;
  border-radius: 8px;
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 6%), 0 0 3px 0 rgb(0 0 0 / 11%);
  background-color: #ffffff;
}
.commentQuote .media .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  color: #30373b;
  margin-top: 25px;
}

.commentQuote .media .author .name {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #30373b;
  display: block;
}

.commentQuote .media .author .position {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #30373b;
  display: block;
}
.commentQuote .media .author .review{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.commentQuote .media .author .review span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #30373b;
  display: inline-block;
}
.commentQuote .media .author .review .stars{
  margin-right: 4px;
  font-size: 14px;
}
.commentQuote .media .author .review.stars_green span {
  color: #01b57a;
}
.commentQuote .media .author .review.stars_red span {
  color: #cc4d29;
}
.commentQuote .media .author .review.stars_blue span {
  color: #52c2ff;
}
.commentQuote .media .author .review.stars_yellow span.stars {
  color: #fecc04;
}
.commentQuote .media .author-body{
  margin-right: 5px;
}

html[lang="ar"] .product-comment2.theme-3 .commentQuote .media .author-body {
 margin-left: 5px;
  margin-right: 0;
}

html[lang="ar"] .commentQuote .media .author .review .stars {
  margin-left: 4px;
  margin-right: 0;
}

.product-comment2.theme-3 .commentQuote .items .item {
    padding: 0;
    width: 305px;
    min-width: 305px;
}
html[lang="ar"] .product-comment2.theme-3 .commentQuote .items .item {
  direction: rtl;
}
.product-comment2.theme-3 .container-box>.container {
    margin: 0;
    max-width: 100%;
    padding: 0 15px;
}
.product-comment2.theme-3 .author .review {
  text-align: left;
}
.product-comment2.theme-3 .author .name {
  font-weight: 500;
}
.product-comment2.theme-3 .commentQuote .media {
  box-shadow: 0px 4px 6px 0px rgba(218, 226, 234, 0.6);
}
.product-comment2.theme-3 .author .review span>a {
  font-weight: 500;
}
.product-comment2.theme-3 .author .icon-avatars.box-72x72 {
  width: 36px;
  height: 36px;
  background-size: cover;
}
.product-comment2.theme-3 .commentQuote .no-author {
  padding: 25px;
}
.product-comment2.theme-3 .no-author .text {
  margin: 0;
}
.product-comment2.theme-3 .text a {
  position: relative;
  display: block;
  color: #128BFE;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.product-comment2.theme-3 .text a:after {
  position: absolute;
  content: '';
  top: 59%;
  right: 0;
  width: 4px;
  height: 6.5px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMTQ2NDQ3IDYuMzUzNTVDLTAuMDQ4ODE1NSA2LjE1ODI5IC0wLjA0ODgxNTUgNS44NDE3MSAwLjE0NjQ0NyA1LjY0NjQ1TDIuNzkyODkgM0wwLjE0NjQ0NyAwLjg1MzU1M0MtMC4wNDg4MTU1IDAuNjU4MjkxIC0wLjA0ODgxNTUgMC4zNDE3MDkgMC4xNDY0NDcgMC4xNDY0NDZDMC4zNDE3MDkgLTAuMDQ4ODE1NyAwLjY1ODI5MSAtMC4wNDg4MTU3IDAuODUzNTUzIDAuMTQ2NDQ2TDMuODUzNTUgMi42NDY0NUM0LjA0ODgyIDIuODQxNzEgNC4wNDg4MiAzLjE1ODI5IDMuODUzNTUgMy4zNTM1NUwwLjg1MzU1MyA2LjM1MzU1QzAuNjU4MjkxIDYuNTQ4ODIgMC4zNDE3MDkgNi41NDg4MiAwLjE0NjQ0NyA2LjM1MzU1WiIgZmlsbD0iIzEyOEJGRSIvPgo8L3N2Zz4K);
  transform: translateY(-50%);
  background-size: cover;
}
html[lang="ar"] .product-comment2.theme-3 .text a:after {
  right: auto;
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
@media (min-width: 768px) {
    .commentQuote .items {
        column-count: 2;
    }
    .commentQuote .owl-dots {
      display: none;
    }
}
@media (min-width: 992px){
    .commentQuote {
        padding-left: 94px;
        padding-right: 94px;
    }
    .product-comment2.theme-3 .commentQuote {
        padding: 0;
        padding-bottom: 58px;
    }
}
@media (min-width: 1200px) {
    .commentQuote .items {
        column-count: 4;
    }
}
@media(max-width: 992px){
  .commentQuote{
    padding-bottom: 90px;
  }
}
@media (max-width: 768px){
  .product-comment2.theme-3 .commentQuote {
    padding-bottom: 38px;
  }
  .product-comment2.theme-3 .container-box>.container {
    padding: 0;
    padding-left: 15px;
  }
}
@media (max-width: 480px){
  .product-comment2.theme-3 .commentQuote .items .item {
    width: 280px;
    min-width: 280px;
  }
}