.content-wrapper h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #444;
}

.content-wrapper h3 {
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
    color: #444;
    font-size: 24px;
}


.content-wrapper p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    margin-bottom: 20px;
}

.content-wrapper ul {
    list-style-type: none;
}

.content-wrapper li {
    position: relative;
    margin-bottom: 16px;
    margin-left: 40px;
    padding-left: 20px;
    font-weight: 300;
}

.content-wrapper li:before {
    position: absolute;
    top: 12px;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-wrapper li:before {
    width: 6px;
    height: 6px;
    content: '';
    background-color: #00a88e;
    border-radius: 50%;
}

.content-wrapper li ol {
    margin-top: 10px;
}

.author_accent .author__hidden {
    bottom: -20px !important;
}