.content ul {
    list-style-type: none;
}

.content ul li::before {
    content: '';
    height: 1.2em;
    width: 1.2em;
    display: inline-block;
    margin-right: 5px;
    background-image: url('../../images/checkmark.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.read-more {
    color: #f5882d;
    font-weight: bold;
    cursor: pointer;
}
