.page__desc h1,
.page__desc h2,
.page__desc h3,
.page__desc h4,
.page__desc h5,
.page__desc h6 {
    font-weight: bold !important;
    margin-top: 1em !important;
    color: red !important;
    font-size: 20px !important;
}

.page__desc p {
    margin-bottom: 1em !important;
    color: #333 !important;
}

.page__desc ul,
.page__desc ol {
    margin-left: 20px !important;
    margin-bottom: 1em !important;
}

.page__desc li {
    margin-bottom: 0.5em !important;
}