.service{
    border: 1px solid gray;
    height: 100%;
    display: flex;

}
.service img{
    /* width: 100%; */
    width: 300px !important;
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}
.service .content{
    padding: 10px;

}
.service h4{
    font-weight: 700;
    font-size: 24px;
    
}

@media (max-width:600px) {
    .service{
        flex-direction: column;
    }   
    
    .service img{
        /* width: 100%; */
        width: 100% !important;
        height: 300px !important;
}
}