#testiSlide1 .testi-grid_text {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#testiSlide1 .testi-more {
    align-self: flex-start;
    margin-top: 18px;
    padding: 0;
    border: 0;
    background: none;
    color: #2b5eff;
    font-weight: 600;
}

#testiSlide1 .testi-more:hover {
    text-decoration: underline;
}

#testimonialModal .modal-body {
    line-height: 1.7;
}
