.customer-reviews-carousel .swiper-slide {
padding: 0;
}
.lb_customer-review {
position: relative;
width: 100%;
background: #FFFFFF;
border-radius: 30px;
font-family: "Source Sans Pro", sans-serif;
padding: 40px;
}
.lb_customer-review::after {
content: "";
display: inline-block;
width: 50px;
height: 40px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='40' viewBox='0 0 50.144 40.762'%3E%3Cg transform='translate(0 0)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath d='M2.75,35.587A19.635,19.635,0,0,1,0,24.91,26.512,26.512,0,0,1,4.125,10.352Q8.249,3.885,16.661,0l1.456,2.912A21.876,21.876,0,0,0,9.462,9.544a14.651,14.651,0,0,0-3.639,9.22,10.754,10.754,0,0,0,.485,3.4,9.222,9.222,0,0,1,5.985-2.1,10.315,10.315,0,0,1,7.36,2.831,9.875,9.875,0,0,1,2.992,7.522A10.219,10.219,0,0,1,12.294,40.762,10.544,10.544,0,0,1,2.75,35.587m27.5,0A19.635,19.635,0,0,1,27.5,24.91a26.512,26.512,0,0,1,4.125-14.558Q35.748,3.885,44.159,0l1.456,2.912a21.872,21.872,0,0,0-8.654,6.632,14.649,14.649,0,0,0-3.639,9.22,10.754,10.754,0,0,0,.485,3.4,9.222,9.222,0,0,1,5.985-2.1,10.314,10.314,0,0,1,7.36,2.831,9.875,9.875,0,0,1,2.992,7.522A10.219,10.219,0,0,1,39.792,40.762a10.544,10.544,0,0,1-9.544-5.176' fill='%23007187'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
}
.lb_customer-review .customer-rating {
display: flex;
justify-content: center;
align-items: center;
gap: 4px;
margin-bottom: 24px;
}
.lb_customer-review .customer-rating svg {
width: 17px;
fill: #F7D323;
}
.lb_customer-review .customer-review {
margin-bottom: 24px;
font-size: 16px;
line-height: 20px;
font-weight: 400;
text-align: center;
color: #707070;
}
.lb_customer-review .customer-footer {
display: flex;
justify-content: center;
align-items: center;
}
.lb_customer-review .customer-image {
width: 50px;
height: 50px;
margin-right: 10px;
border-radius: 50%;
overflow: hidden;
}
.lb_customer-review .customer-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.lb_customer-review .customer-name {
margin-bottom: 0;
font-family: "Poppins", sans-serif;
font-size: 16px;
line-height: 20px;
font-weight: 600;
color: #007185;
}
.lb_customer-review .customer-benefit {
margin-bottom: 0;
font-family: "Poppins", sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 600;
color: #0B0B0B;
}
.lb_customer-review .customer-city {
margin-bottom: 0;
font-family: "Poppins", sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: #0B0B0B;
}