.rmUIdescribe {
    display: flex;
    flex-direction: column;
}

.rmUIdescribe__content {
    display: flex;
    flex-direction: column;
}

.rmUIdescribe__content-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--second-gray-color);
    font-size: 17px;
    white-space: pre-line;
}

.rmUIdescribe__content-text span {
    font-weight: 600;
    color: var(--orange-color);
}