.cms-page--single {
    margin:3.5rem auto;
}


.html-block__body p {
    font-size: 14px
}

.html-block__body b {
    font-weight: 600
}

.html-block__body h8 {
    font-size: 18;
    font-weight: 600
}


    
.html-block__body ul {
    list-style-type: square;
    line-height: 90%;
}

.html-block__body .accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s;
    border-bottom: 1px solid #ccc;
}

.html-block__body .active,
.html-block__body .accordion:hover {
    background-color: #eee;
}

.html-block__body .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.html-block__body .active:after {
    content: "\2212";
}
.html-block__body .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.myDiv {
    border: 1px solid #333;
    padding: 20px;
}

.myDiv_p {
    font-size:16px;
}

.btn button {
    font: inherit;
}

    





/* p {
        font-size: 14px
    }

    b {
        font-weight: 600
    }

    h8 {
        font-size: 18;
        font-weight: 600
    }

    ul {
        list-style-type: square;
        line-height: 90%;
    }

    .accordion {
        background-color: #fff;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 14px;
        font-weight: 500;
        transition: 0.4s;
        border-bottom: 1px solid #ccc;
    }

    .active,
    .accordion:hover {
        background-color: #eee;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .active:after {
        content: "\2212";
    }

    .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    } */
