.snippet-content-right-image .col-sm-6 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.snippet-content-right-image h2 {
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
}
.snippet-content-right-image .separator-line {
    background-color: #999;
    height: 2px;
    margin: 15px 0;
    width: 30px;
}
.snippet-content-right-image p {
    color: #878787;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
    padding: 0;
}
.snippet-content-right-image ul {
    padding-left: 25px;
}
.snippet-content-right-image ul li::before {
    content: "\f1db";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
    margin-left: -22px;
    padding-right: 10px;
}
.snippet-content-right-image ul li {
    color: #878787;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 10px 0;
    padding: 0;
}
.snippet-content-right-image .read-more {
    border-color: #ddd #999 #999 #ddd;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    color: #2d2d2d;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 25px;
    padding: 8px 30px;
}
