.solution-container .item-content .icon img {
    max-width: 80px !important;
    max-height: 80px !important;
    min-width: 66px !important;
    min-height: 62px !important;
    object-fit: contain;
}

.solution-container .hover-content .icon img {
    width: 126px !important;
    height: 116px !important;
    object-fit: contain;
    opacity: 0.46;
}

.industry-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* max-width: 1110px; */
    /* margin: 0px -45px; */
}

.elementor-widget-industries .industry-cate {
    background-color: #fff;
}

.industry-items .item {
    position: relative;
    /* width: 25%; */
    padding: 0 16.5px;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.industry-items .item-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.industry-items .hover-content {
    position: relative;
    opacity: 0;
    height: 100%;
    transition: .3s;
}

.industry-items .hover-content .content-wrapper {
    position: relative;
    color: #fff;
    padding: 2px;
    position: relative;
    color: #fff;
    padding: 20px 25px 20px 20px;
    height: 100%;
}

.industry-items .hover-content .content-wrapper>* {
    z-index: 2;
    position: relative;
}

.industry-items .hover-content .content-wrapper .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.industry-items .hover-content .content-wrapper .content {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 115px;
    overflow: hidden; */
    margin-top: 14px;
}

.industry-items .hover-content .content-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.industry-items .item:hover .hover-content .content-wrapper:before {
    opacity: 1;
}

.industry-items .item:hover .hover-content {
    opacity: 1;
}

.industry-items .item:hover .item-content {
    opacity: 0;
}

.industry-items .hover-content .content-wrapper .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.industry-items .hover-content .content-wrapper .icon path {
    fill: #FFFFFF40;
    stroke: #FFFFFF40;
}

.industry-items .item a {
    display: block;
    height: 100%;
    color: inherit;
}

.industry-items .item-wrapper {
    height: 100%;
}

.industry-items .item-content .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    max-width: 268px;
    padding-top: 5px;
    margin: 0 auto;
}

.industries-widget {
    overflow: hidden;
    position: relative;
}


@media screen and (max-width: 1600.89px) {
    .industry-items {
        margin: 0px -25px;
    }

    .industries-widget:after {
        width: 335px;
        height: 335px;
        bottom: 26%;
        left: auto;
        right: -7%;
    }

    .industries-widget:before {
        width: 335px;
        height: 335px;
        top: auto;
        bottom: -153px;
        left: -20px;
    }

    .industry-items .item-content .title {
        max-width: unset;
        padding: 5px 30px 0;
    }
}

@media screen and (max-width: 1199.89px) {
    .industry-items {
        margin: 0;
    }

    .industry-items .hover-content .content-wrapper {
        padding: 16px;
    }
}

@media(max-width: 1024.98px) {
    .industry-items .item .hover-content {
        /* display: none !important; */
    }

    .industry-items .item:hover .hover-content {
        /* opacity: 0 !important; */
    }

    .industry-items .item:hover .item-content {
        opacity: 1 !important;
    }

    /* .industry-items .hover-content .content-wrapper .content {
        -webkit-line-clamp: 4;
        max-height: 92px;
    } */
}

@media screen and (max-width: 767.89px) {
    .industry-items {
        column-gap: 20px;
    }

    .industry-items .item {
        /* width: 100%; */
        padding: 0;
        margin: 7px 0;
        min-height: 210px;
        background-color: #F5F5F5;
        width: calc((100% - 20px) / 2) !important;
        z-index: 3;
    }

    .industry-items .item a {
        width: 100%;
    }

    .industry-items .hover-content .content-wrapper {
        padding: 25px 40px 32px;
    }

    .industry-items .hover-content .content-wrapper .icon {
        /* bottom: -15px; */
        display: flex;
    }

    .industries-text:before {
        content: "";
        width: 100%;
        height: 69%;
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        background-color: var(--e-global-color-secondary);
    }

    .industries-widget:before {
        content: none;
    }

    .industries-widget:after {
        width: 209px;
        height: 209px;
        bottom: 33.3%;
        right: -14.6%;
    }
}

@media screen and (max-width: 575.89px) {
    .industry-items {
        column-gap: 0px;
    }

    .industry-items .item {
        width: 100% !important;
    }
}