<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.whole-info .prop-item {
    display: flex;
    width: 100%;
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
    color: var(--main-text-color);
}
.whole-info__container {
    width: 50%;
}
.whole-info__container:last-of-type {
    text-align: right;
}
.whole-info__title {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 1rem;
}</pre></body></html>