body.mce-content-body, body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    line-height: 1.5;
    font-size: 1.125rem;
}

h1 {
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #005C6D;
    margin-top: 2rem;
    margin-bottom: 2rem;
    transition: 0.25s ease;
}

.footer-line {
    border-top: 1px solid #005C6D;
}

li {
    font-size: 1.125rem;
}