body.widget-snippet {
  padding: 40px;
}
.snippet-content-right-image .col-sm-6 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.snippet-content-right-image .col-sm-6 img {
    width: 100%;
}
.snippet-content-right-image h2 {
    color: #2d2d2d;
    font-family: "Roboto Slab",serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}
.snippet-content-right-image p {
    color: #878787;
    font-size: 14px;
    line-height: 1.7;
    margin: 20px 0;
}
.snippet-content-right-image ul {
    padding-left: 25px;
    margin: 0;
}
.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: 1.5;
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.snippet-content-right-image .read-more {
    background: #399ac8 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 25px;
    padding: 8px 30px;
}
.snippet-content-right-image .read-more:hover {
    background: #000;
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .snippet-content-right-image h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .snippet-content-right-image p {
        margin: 15px 0;
    }
}
@media screen and (max-width: 767px) {
    .responsive .snippet-content-right-image h2 {
        font-size: 26px;
    }
    .snippet-content-right-image p {
        margin: 15px 0;
    }
    .snippet-content-right-image .read-more {
        margin: 15px 0;
    }
}
