.hfy-reviews-wrapper {
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
align-items: stretch;
}
.hfy-review-card {
background: #fff;
border: 1px solid #ddd;
padding: 20px;
text-align: center;
flex: 1 1 30%;
max-width: 300px;
box-sizing: border-box;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.hfy-review-card .review-msg {
font-size: 16px;
margin-bottom: 15px;
}
.hfy-review-card .review-footer {
font-weight: bold;
display: flex;
justify-content: space-between;
font-size: 14px;
}
.hfy-reviews-wrapper.swiper-wrapper {
padding: 10px 0;
}