.services_module {
    height: 100px;
    overflow: auto;
}


@media (max-width:768px) {
    .services_module {
        height: unset;
        overflow: unset;
    }
}

@media (max-width:768px) {
    .services_description .img{
        width: 100% !important; 
        height: auto !important; 
        object-fit: contain; 
    }
}

.services_description .img {
        width: 100% !important; 
        height: auto !important; 
        object-fit: contain
}

.services_description {
    max-width: 95%;
}

.product-service-card {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
    padding: 1rem;
}

.product-service-card:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}

.list-product-header.panel_s, .list-product-header .panel-body {
    background-color: rgba(255, 255, 255, 0) !important;;
}