.customer-reviews-carousel .swiper-slide {
padding: 0;
}
.lb_carrousel_customer {
display: flex;
flex-direction: column;
align-items: center;
}
.lb_carrousel_customer .customer-image {
width: 75px;
height: 75px;
margin-bottom: 10px;
border-radius: 50%;
overflow: hidden;
}
.lb_carrousel_customer .customer-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.lb_carrousel_customer .customer-name {
margin-bottom: 0;
font-family: "Poppins", sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 600;
color: #007185;
text-align: center;
}
.lb_carrousel_customer .customer-benefit {
margin-bottom: 0;
font-family: "Poppins", sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 600;
color: #0B0B0B;
text-align: center;
}
.lb_carrousel_customer .customer-city {
margin-bottom: 0;
font-family: "Poppins", sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: #0B0B0B;
text-align: center;
}