.ck-content {
    font-family: 'LatoRegular', sans-serif;
    font-size: 14px;
    color: #4f515e;
    line-height: 21px;
}

.ck-content p {
    margin-top: 10px;
    line-height: 1.5;
}

.ck-content h1,
.ck-content h2 {
    padding: 20px 0 10px 0;
    line-height: normal;
}

.ck-content h1:first-child,
.ck-content h2:first-child {
    padding: 0 0 10px 0;
}

.ck-content a {
    color: #ff9f15;
}

.ck-content strong {
    font-weight: bold;
    font-family: 'LatoBold', sans-serif;
}

.ck-content ul li {
    font-size: 15px;
    padding: 5px 0 5px 35px;
    list-style-type: none;
    background: url(../images/orange_check.svg) no-repeat 5px center;
    background-size: 15px;
}

.ck-content .text-center {
    text-align: center;
}