.iti-wysiwyg {
    margin-top: 80px;
    margin: 0 auto;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    max-width: 893px;
    font-family: "Apercu Pro Regular", Arial, Helvetica, sans-serif;

    h1, h2, h3, h4, h5 {
        font-family: "Apercu Pro Regular", Arial, Helvetica, sans-serif !important;
        font-weight: 500;
        margin: 1em auto;
    }

    h1 {
        font-size: 60px;
        letter-spacing: -2.5px;
        line-height: 1;
    }


    h2 {
        color: #2d1e73;
        font-size: 48px;
        letter-spacing: -2px;
        line-height: 1;
        margin: 1em auto;
    }

    h3 {
        font-family: "Apercu Pro Regular", Arial, Helvetica, sans-serif;
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 1.33;
        margin: 1em auto;
    }

    p {
        font-family: "Apercu Pro Regular", Arial, Helvetica, sans-serif !important;
        margin: 1em auto;
        line-height: 1.6;
        color: #445666;
        font-size: 17px;
        letter-spacing: -.5px;
    }

    ul {
        padding-left: 3rem;
        margin: 1em auto;
        color: #445666;

        li {
            p {
                margin: 0px;
            }
        }
    }

    sup {
        font-size: 75%;
        bottom: 0.3rem;
    }

    tr:first-child td {
        border-top: 1px solid #738591;
    }

    td {
        color: #445666;
        border: 1px solid #738591;
        padding: .625rem;
    }
}