.acf-content-block .wrapper {
    max-width: 725px;
}

.acf-content-block .content {
    font-size: 16px;
    line-height: 26px;
    color: #12356C;
    text-align: left;
}

.acf-content-block .content a {
    text-decoration: underline;
}

.acf-content-block .content h1,
.acf-content-block .content h2,
.acf-content-block .content h3,
.acf-content-block .content h4,
.acf-content-block .content h5,
.acf-content-block .content h6 {
    font-size: revert;
    font-weight: revert;
    padding: revert;
    margin: revert;
    line-height: initial;
}

.acf-content-block .content p {
    margin-bottom: revert;
}

.acf-content-block .content ul {
    margin: revert;
    padding: revert;
}

.acf-content-block .content ul li {
    position: relative;
}

.acf-content-block .content ul li::after {
    content: "";
    position: absolute;
    top: 11px;
    left: -22px;
    height: 2px;
    background-color: #00DED5;
    width: 15px;

}

.acf-content-block .title {
    font-size: 25px;
    line-height: 31px;
    font-family: 'cf_asty_st_medium', sans-serif;
    color: #12356C;
    margin-bottom: 44px;
    padding-bottom: 0;
}