.client-logo-section.client-logo-style-3 p.heading-client {
    text-align: center;
    font-size: 35px;
    margin-bottom: 60px;
    font-weight: 600;
    color: #000;
}

.client-logo-section.client-logo-style-3 {
    padding: 40px 0px;
}

.industry-single {
    overflow: hidden;
    border: 1px solid #E9E9E9;
    min-height: 392px;
    margin-bottom: 40px;
    cursor: pointer;
}


.industry-image-upper {
    line-height: 1;
    transition: all 0.3s ease;
    height: 241px;
}

.industry-single .industry-content-down {
    padding: 20px 15px 30px 15px;
    transition: all 0.3s ease;
}

.font-md-18 {
    font-size: 18px;
    line-height: 1.6;
}

.pb-md-12 {
    padding-bottom: 12px;
}

.industry-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.industry-desc span {
    font-size: 14px;
    line-height: 18px;
}

     .industry-single:hover .industry-image-upper {
        margin-top: -241px;
    }
 .industry-single .industry-image-upper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-product{
    margin-bottom: 20px;
}
.industry-single:hover .industry-content-down {
        padding-top: 80px;
    }
    .industry-single:hover .industry-content-down .industry-desc {
        overflow: unset;
        text-overflow: unset;
    }