
.the-content {
    line-height: 1.5;
}

.the-content ul {
    background-color: #f7f9f8;
    padding: 20px 20px;
    border-radius: 5px;
    list-style-type: none;
    padding-bottom: 0px;
}

.the-content ul li {
    background-image: url('/theme/img/icon.png');
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0px 45px 18px 0px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
}

.the-content ul li:nth-last-child(1) {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.the-content a {
    color: #e3551e;
    text-decoration: underline;
}

.the-content p {
    margin: 15px 0px;
}

.the-content a:hover {
    color: black;
}

.the-content h2 {
    color: #8CBC4F;
    position: relative;
    font-size: 24px;
}

.the-content h2:after {
    content: "";
    height: 2px;
    position: absolute;
    right: 0px;
    background-color: #4b872b;
    width: 100px;
    bottom: -8px;
}