.content_page {
    width: 100%;
    max-width: 860px;

    line-height: 1.75;
}

.content_page h1 {
    margin: 0 0 28px 0;

    font-size: 34px;
    font-weight: 600;
    line-height: 1.25;
}

.content_page h2 {
    margin: 42px 0 14px 0;

    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
}

.content_page h3 {
    margin: 30px 0 10px 0;

    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.content_page p {
    margin: 0 0 18px 0;
}

.content_page ul,
.content_page ol {
    margin: 0 0 22px 22px;

    line-height: 1.7;
}

.content_page li {
    margin-bottom: 8px;
}

.content_page a {
    text-decoration: underline;
}

.content_page strong {
    font-weight: 600;
}

.content_page hr {
    margin: 38px 0;

    border: none;
    border-top: 1px solid #e4e4e4;
}

.content_page blockquote {
    margin: 24px 0;
    padding-left: 16px;

    border-left: 3px solid #d8d8d8;
}
