.swiper-container {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
text-align: left;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: end;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: end;
padding: 70px 20px;
background: #F8F8F8;
border-radius: 20px;
}
.review-country, .review-content{
font-size: 13px;
}
.review-date{
font-size: 12px;
color: #888;
}
.review-name{
font-size: 14px;
font-weight: 200;
}
.review-rating{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.woocommerce .star-rating span{
	color: #ffc800 !important;
}
.woocommerce .star-rating::before {
    color: #ffc800 !important;
}
.review-rating span{
    color: #ffc800 !important;
}