@media(max-width:768px){
    .service-img-holder{
        width:32.33%;
        margin-bottom: 10px;
    }
}

@media(max-width:480px){
    .service-img-holder{
        width:49%;
    }
}

@media(max-width:380px){
    .service-img-holder{
        width:100%;
    }

    .service-header{
        font-size: 26px;
    }
}
