.richtext p,
.richtext ul,
.richtext ol {
    font-size: 1.125em;
    color: #495773;
}
.richtext h2 {
    font-size: 2.25em;
    font-weight: 500;
    margin: 0.85em 0;
}
.richtext h3 {
    font-weight: 500;
    font-size: 1.5em;
    margin: 0.85em 0;
}
.richtext h4 {
    font-weight: 500;
    font-size: 1.125em;
    margin: 0.85em 0;
}
.richtext img {
    max-width: 100%;
    display: block;
    margin: 1em auto;
    width: auto;
    height: auto;
}
.richtext img:after {
    content: attr(title);
}

.richtext table {
    font-size: 1.125em;
    border-collapse: collapse;
    width: max-content;
}
.richtext table td {
    border: 1px solid rgba(161, 168, 183, 0.3);
    box-sizing: border-box;
    padding: 0.75em 2.5em;
}
.richtext table thead td {
    font-weight: 500;
    background-color: #FAFAFC;
    z-index: 1;
}
.richtext .table_wrap {
    margin: 2em 0;
    max-width: 100%;
    overflow-x: auto;
}
.richtext > *:first-child {
    margin-top: 0;
}
.richtext > *:last-child {
    margin-bottom: 0;
}
@media(max-width: 1199px) {
    .richtext h2 {
        font-size: 1.5em;
    }
    .richtext h3 {
        font-size: 1.125em;
    }
    .richtext h4 {
        font-size: 1em;
    }
    .richtext .table_wrap {
        margin: 2em calc(50% - 50vw);
        padding: 0 calc(50vw - 50%);
    }
}