.testimonial-card{    background: #fff;
    display: flex
;    gap: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 1.5rem;
    align-items: flex-start;}
    
    
.testimonial-card .top{    display: flex;
    flex-direction: column;
    gap: 0;
}

.testimonial-card .top .quote{max-width: 55px;
    height: auto;}

.testimonial-card .top{color: #374888;font-weight:400;}




.testimonial-card .bottom{display: flex;
    align-items: center;
    gap: 1rem;
    box-sizing: border-box;}

.testimonial-card .bottom .name{display: flex;
    flex-direction: column;
    gap: 0.25rem;}


.testimonial-card .name h3{margin: 0;
    font-size: 20px;
    color: #374888;
    font-weight: 600;}
    
    
    .testimonial-card .name h4{margin: 0;
    color: #374888;
    font-size: 18px;
    font-weight: 400;}
    
    
    
    
    
    
    
    
    
    
    
    
    