.testimonial-section {
    padding: 60px 0;
    background: #f7f7fa;
}

.testimonial-box {
    background: #fff;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    height: 100%;
    position: relative;
}

.testimonial-quote {
    color: #F14E95;
    font-size: 24px;
    margin-bottom: 20px;
}

.testimonial-content {
    position: relative;
}

.testimonial-content p {
    color: #233876;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    min-height: 72px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.testimonial-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 3px solid #F14E95;
}

.testimonial-user-info {
    text-align: left;
}

.testimonial-user-info .name {
    color: #233876;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
}

.testimonial-user-info .role {
    color: #F14E95;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .testimonial-section {
        padding: 40px 0;
    }

    .testimonial-row {
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

    .testimonial-col {
        width: 100%;
        margin-bottom: 20px;
    }

    .testimonial-box {
        margin: 0 0 20px 0;
        padding: 25px 20px;
    }

    .testimonial-content p {
        font-size: 14px;
        min-height: auto;
        margin-bottom: 20px;
    }

    .testimonial-quote {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .testimonial-user {
        margin-top: 15px;
        padding-top: 15px;
    }

    .testimonial-user img {
        width: 50px;
        height: 50px;
    }

    .testimonial-user-info .name {
        font-size: 15px;
    }

    .testimonial-user-info .role {
        font-size: 13px;
    }

    .fh5co-heading {
        margin-bottom: 30px !important;
    }

    .fh5co-heading h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .fh5co-heading span {
        font-size: 16px;
    }
}