body.widget-snippet {
    padding: 40px;
}
.snippet-services  .title-med {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    padding: 0;
}
.snippet-services .separator-line {
    background-color: #ffcc33;
    height: 2px;
    margin: 15px auto;
    width: 30px;
}
.snippet-services .service-box .separator-line {
    margin: 15px 0;
}
.snippet-services .text-large {
    color: #626262;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.snippet-services > .text-center {
    margin-bottom: 20px;
}
.snippet-services .service-box {
    padding: 20px;
}
.snippet-services .col-sm-4:nth-child(3n+1) {
    clear: left;
}
.snippet-services .service-box img {
    max-width: 100%;
    vertical-align: middle;
}
.snippet-services .service-box h3 {
    color: #555;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    padding: 25px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.snippet-services .service-box p {
    height: 70px;
    overflow: hidden;
}
.snippet-services .service-box a.read-more::after {
    content: "+";
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    left: auto;
    position: absolute;
    right: 0;
    top: -2px;
}
.snippet-services .service-box a.read-more {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
}
.snippet-services .service-box .img-raper {
    padding-bottom: 20px;
    position: relative;
}
.snippet-services .service-box .img-raper .img-icon {
    background-color: #ffcc33;
    bottom: 0;
    display: table;
    left: 30px;
    min-height: 60px;
    min-width: 60px;
    padding: 10px;
    position: absolute;
    text-align: center;
}
.snippet-services .service-box .img-raper .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.snippet-services .service-box .img-raper .img-icon i {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    margin: 0;
    padding: 0;
}
@media screen and (max-width:767px) {
    .snippet-services .service-box img {
        width: 100%;
    }
}
