.description-text {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    text-align: justify;
}

.description-show-more {
    font-size: 15px;
    cursor: pointer;

    &:hover {
        text-decoration: underline;
        color: var(--primary-color);
        transition: all ease 0.3s;
    }
}
