.service-quote-desc {
    margin: 2px 0 0;
    padding: 12px 2px 2px;
    border-top: 1px solid var(--border, rgba(148, 163, 184, 0.18));
    color: var(--text-secondary, #9db0cc);
    font-size: 13.5px;
    line-height: 1.75;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contact-modal-desc {
    margin: 8px 0 0;
    color: var(--text-secondary, #9db0cc);
    font-size: 14px;
    line-height: 1.8;
    text-align: right;
    white-space: normal;
}
