.hosting-row {
    padding: 30px 10px;
}

.description {
    background: #eee url(../png/customapp-image.png) no-repeat right center / contain;
}

.description-headding span {
    color: #6ab034;
    font-family: "GoogleSans-Bold", "arial";
}

@media only screen and (min-width: 1200px) {
    .description .col-xs-12 {
        margin-left: 3%;
    }

    .hosting-row .sub-headding {
        width: 80%;
    }

    #case-studies .owl-nav {
        display: inline-flex;
        position: absolute;
        top: 50%;
        left: -42%;
        transform: translate(-50%,-50%);
    }
}

@media only screen and (max-width: 991px) {
    .description {
        background-image: none;
    }
}