.reviews ul li {
    list-style: none;
    width: 13px;
    height: 13px;
    background: #ff9a27;
    -webkit-clip-path: polygon(50% 2.45%,61.8% 38.77%,100% 38.77%,69.1% 61.23%,80.9% 97.55%,50% 75.1%,19.1% 97.55%,30.9% 61.23%,0 38.77%,38.2% 38.77%);
    clip-path: polygon(50% 2.45%,61.8% 38.77%,100% 38.77%,69.1% 61.23%,80.9% 97.55%,50% 75.1%,19.1% 97.55%,30.9% 61.23%,0 38.77%,38.2% 38.77%);
    margin: 3px;
}
.reviews{
  max-width: 1000px;
  margin: auto;
}
.reviews .see-reviews::before {
    content: '';
    width: 100%;
    max-width: 100%;
    height: 0.64px;
    display: block;
    margin: 10px auto 20px;
    background-color: rgba(76,84,115,.2);
}
.reviews .see-reviews {
    position: relative;
}
.reviews .see-reviews p {
    font-size: 14px;
    text-align: center;
}
.reviews .see-reviews p a {
    color: #000;
    position: relative;
    padding-left: 20px;
    margin-left: 2px;
}
.reviews .see-reviews p a::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    background-image: url(https://sopro.io/wp-content/themes/sopro/img/homepage-redesign/trustpilot_icn.svg);
}
.reviews ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    margin: 0;
}
.reviews-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.reviews .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.reviews-container .review-score {
    font-size: 22px;
    font-weight: 300;
    position: relative;
    max-height: 42px;
    padding: 0 5px;
    display: flex;
    justify-content: center;
}
.reviews-container .review-score::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #f75f4e;
    bottom: 0;  
}

.review-card{
    max-width: 170px;
    width: 100%;
    margin: 10px 0;
    position: relative;
}
.review-card ul li.star-00 {
    background: #ccc;
}
.review-card ul li.star-50 {
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#ff9a27),color-stop(50%,#ccc));
    background: linear-gradient(90deg,#ff9a27 50%,#ccc 50%);
}
.review-card ul li.star-25 {
    background: -webkit-gradient(linear,left top,right top,color-stop(25%,#ff9a27),color-stop(40%,#ccc));
    background: linear-gradient(90deg,#ff9a27 25%,#ccc 40%);
}
.img-container img {
    width: 105px;
}

@media (max-width: 1199px){
.review-card{
  margin: 20px;
}
  
@media (max-width: 991px) {
.reviews .flex-container {
  justify-content: space-around;
}
}
