.Content_contentCard__pmATg {
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    @media screen and (min-width: 600px) {
        font-size:15px
    }
    p {
        color: #000
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #000;
        font-weight: 700;
        margin: .2em 0 .75em
    }
    h1,
    h2 {
        font-size: 18px
    }
    h3,
    h4,
    h5,
    h6 {
        font-size: 16px
    }
    a {
        color: #1e40af;
        font-weight: 600
    }
    p {
        line-height: 1.628;
        margin-bottom: 1em;
        margin-top: 12px;
        &+p {
            margin-top: .75em
        }
        &>p:last-child {
            margin-bottom: 0
        }
    }
    ul {
        margin-bottom: 16px;
        li {
            align-items: center;
            color: inherit;
            display: flex;
            font-size: 14px;
            line-height: 1.62;
            &:not(:last-child) {
                margin-bottom: 14px
            }
            &:before {
                background-color: #6d6d6d;
                border: 1px solid #6d6d6d;
                border-radius: 50%;
                content: "";
                display: inline-block;
                height: 6px;
                margin-right: 8px;
                width: 6px;
                margin-top: -5px
            }
            a {
                padding-left: 3px;
                padding-right: 3px
            }
        }
    }
    ol li {
        margin-bottom: 8px;
        color: inherit
    }
    ol {
        list-style-type: decimal;
        list-style-position: inside;
        padding-left: 1.5rem;
        padding-bottom: 15px
    }
    strong {
        color: #000;
        font-size: inherit;
        font-weight: 700
    }
    img {
        display: block;
        height: auto;
        margin: 0 0 16px;
        object-fit: cover;
        border-radius: 8px;
        width: 100%
    }
    table {
        border-spacing: 0;
        margin: 20px 0;
        max-width: 100%;
        padding: 0;
        width: 100%;
        p {
            margin: 0
        }
    }
    @media screen and (max-width:600px) {
        .Content_table__mI9l8 {
            overflow-x: auto;
            scrollbar-width: thin;
            margin-bottom: 15px
        }
    }
    table,
    td,
    th {
        border: 1px solid #6d6d6d
    }
    thead tr {
        background-color: #212121;
        text-align: left
    }
    tbody tr {
        background-color: transparent;
        text-align: left
    }
    th {
        background-color: #FCFFE7;
        font-weight: 600
    }
    td,
    th {
        color: #000;
        font-size: 14px
    }
    td {
        width: 25%
    }
    td,
    th {
        line-height: 20px;
        padding: 12px;
        white-space: normal
    }
    tr:last-child & {
        border-bottom: none
    }
}