.default-page {
    margin-bottom: 37px;
}

.default-page .content h2 {
    color: var(--color--red-normal);
    font-family: var(--font--secondary);
    font-size: 18px;
    font-weight: 900;
}

.default-page .content ul {
    line-height: 180%;
    list-style-type: disc;
    padding-left: 16px;
}

.default-page .content :first-child {
    margin-top: 0;
}

.default-page .content :last-child {
    margin-bottom: 0;
}

.default-page .content > * {
    margin-bottom: 13px;
    margin-top: 13px;
}
