@media only screen and (max-width: 640px) and (min-width: 320px){
.servise-img{width:100% !important;
padding:0 20px !important;
    left: 0 !important;}
}

@media only screen and (min-width: 640px) {
    .servise-img{width:100% !important;
padding:0 20px !important;
}
}

@media only screen and (min-width: 700px) {
   .servise-img{width:640px !important;}
}
