.services_module {
    height: 100px;
    overflow: auto;
}

@media (max-width:768px) {
    .services_module {
        height: unset;
        overflow: unset;
    }
}

@media (max-width:768px) {
    .services_description {
        height: unset;
        overflow-x: auto;
        max-width: 300px;
    }
    .services_description .img{
        width: 100%;
    }
}

.services_description {
    max-width: 580px;
}
.services_description .img {
    max-height: 400px !important;
    max-width: 400px !important;
    background-position: center center  !important;
    background-repeat: no-repeat  !important;
}


