/* Editable */
.listofservices-2 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}


/* Media */
@media(min-width: 768px) {
    .ul-col2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media(max-width: 767px) {
    .listofservices-2 {
        width: 100%;
    }
}

img.sktimg{
    float: right;
    margin-left:12px;
    width:100%;
    max-width:400px;
}
