.the_content {
    margin-bottom: 90px;
}

.the_content h2 {
    position: relative;
    margin: 45px 0 30px;
    padding-bottom: 0.4em;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
}

.the_content h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 60px;
    height: 3px;
    background: #4187D8;
}

.the_content h3 {
    margin: 45px 0 30px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
}

.the_content h4 {
    margin: 35px 0 15px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    color: #0052B0;
}

.the_content h6,
.the_content h5 {
    margin: 2em 0 1.5em;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
}

.the_content img {
    width: 100%;
    margin: 30px 0;
}

.the_content p {
    margin: 30px 0;
    font-size: 1.5rem;
    line-height: 2.3;
}

.the_content a, .the_content b, .the_content dd, .the_content dt, .the_content li, .the_content p, .the_content span, .the_content td, .the_content th {
    font-size: 1.5rem;
    line-height: 2.3;
}

.the_content strong {
    font-size: 1.5rem;
    font-weight: bold;
}

.the_content small {
    font-size: 1.4rem;
    line-height: 2;
}

.the_content a {
    color: #4187D8;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.the_content a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.the_content ul {
    margin: 30px 0;
}

.the_content ul li {
    position: relative;
    margin-bottom: 0.7em;
    padding-left: 1.4em;
    font-size: 1.5rem;
    line-height: 1.6;
}

.the_content ul li:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 3px;
    margin: auto;
    content: '';
    width: 8px;
    height: 8px;
    background: #4187D8;
    border-radius: 100px;
}

.the_content ol {
    margin: 30px 0;
    counter-reset: item;
    list-style-type: none;
}

.the_content ol li {
    position: relative;
    margin-bottom: 0.7em;
    padding-left: 1.4em;
    font-size: 1.5rem;
    line-height: 1.6;
}

.the_content ol li:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0px;
    margin: auto;
    content: '';
    counter-increment: item;
    content: counter(item) ".";
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #0052B0;
}

.the_content blockquote {
    margin: 20px 0;
    padding: 0 2.5em;
    border: 10px solid #EAF2FC;
    font-size: 1.4rem;
    color: #333;
    line-height: 2;
}

.the_content table {
    width: 100%;
    margin: 24px 0;
}

.the_content table th,
.the_content table td {
    padding: 0.7em;
    border: solid 1px #E0E0E0;
    text-align: left;
}

.the_content table th {
    font-weight: bold;
    border-bottom: solid 3px #ccc;
}

.the_content .is-style-regular table th,
.the_content .is-style-regular table td {
    border: solid 1px #E0E0E0;
}

.the_content .is-style-regular table th {
    border-bottom: solid 3px #E0E0E0;
}

.the_content .wp-block-table.is-style-stripes {
    border-bottom: none;
}

.the_content .wp-block-table.is-style-stripes th, .the_content .wp-block-table.is-style-stripes td {
    border: solid 1px #E0E0E0;
}

.the_content .wp-block-table.is-style-stripes th {
    border-bottom: solid 3px #333;
}

@media screen and (max-width: 767px) {
    .the_content {
        margin-bottom: 50px;
    }
    .the_content h2 {
        padding-bottom: 0.8em;
        font-size: 2rem;
    }
    .the_content h2:before {
        width: 40px;
    }
    .the_content h3 {
        font-size: 1.8rem;
    }
    .the_content h4 {
        font-size: 1.6rem;
    }
    .the_content h6,
    .the_content h5 {
        font-size: 1.4rem;
    }
    .the_content p {
        line-height: 2;
    }
    .the_content a, .the_content b, .the_content dd, .the_content dt, .the_content li, .the_content p, .the_content span, .the_content td, .the_content th {
        line-height: 2;
    }
    .the_content small {
        line-height: 1.9;
    }
    .the_content ul li:before {
        width: 6px;
        height: 6px;
    }
    .the_content blockquote {
        padding: 1.5em 2em;
    }
}
