.eapps-testimonials-slider-page-item-text-shorter {
    overflow: hidden;
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 16px;
}

.eapps-testimonials-slider-page-item-text-read-more {
    color: #9a9b9b;
    line-height: 20px;
    cursor: pointer;
    transition: color 0.2s ease;
    white-space: nowrap;
    font-size: 15px;
    font-family: 'Montserrat';
}

.eapps-testimonials-slider-page-item-author-info-name {
    max-width: 200px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: currentColor;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'Montserrat';
}

.eapps-testimonials-slider-page-item-author-info-caption {
    opacity: 0.6;
    color: currentColor;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 4px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Montserrat';
}