
 .product-case-title,.product-title {
               overflow-wrap: break-word;
            height: 4rem;
    /*        display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
        } 
 @media (max-width: 576px) {
     .slide-content h2 {
    font-size: 24px;}
    .slide-content {
    padding: 13px;}
    
     .product-case-title,.product-title {
               overflow-wrap: break-word;
            height: auto;
            display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        }
        .product-case-desc{-webkit-line-clamp: 4;}
        .business-hours{display:none}
        .contact-form-info p:first-of-type{display:none}
        .responsibility-hero-subtitle,.about-hero-subtitle{text-align: left;}
        
        
 }