@media only screen and (max-width: 990px) {
    .service-img{
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 769px) {
    .service-icon-half-last{
        margin-left: 0% !important;
    }
}

.service-img{
    height: 100px; 
    margin-right: 10px;
}

.service-img:hover{
    transform: scale(1.1);
    transition-duration: 1s;

}

.service-icon-half-last{
    margin-left: 50% !important;
}

.home-link a{
    color: #666666 !important;
}
.home-link a:hover{
    color: #4d94ff !important;
}