.fw-testimonial-slider {
    width: 100%;
    padding: 40px 10px 70px;
    position: relative;
}

.fw-testimonial-card {
    background: #f7f7f7;
    padding: 40px 30px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    box-sizing: border-box;
}

.fw-testimonial-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.fw-stars {
    color: #ffb400;
    font-size: 24px;
    margin-bottom: 20px;
}

.fw-content {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px;
}

.fw-user{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fw-user img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 15px;
}

.fw-user h4 {
    margin: 0;
    font-size: 18px;
}

.fw-user span {
    color: #888;
    font-size: 14px;
}

.fw-testmain-bg{
    padding: 25px 25px 27px 25px;
    background: #f3f3f3;
}

.testimonial-item {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.fw-testimonial-slider .swiper-button-next,
.fw-testimonial-slider .swiper-button-prev {
    color: #6c63ff;
}

.fw-testimonial-slider .swiper-pagination-bullet {
    background: #6c63ff;
}

@media (max-width: 767px) {

    .fw-testimonial-card {
        padding: 30px 20px;
    }

    .fw-content {
        font-size: 15px;
        line-height: 1.7;
    }

}