.case-content .text .number-show {
    font-size: var(--ztc-font-size-font-s24);
    font-family: var(--ztc-family-font1);
    color: var(--ztc-text-text-1);
    font-weight: var(--ztc-weight-bold);
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: var(--ztc-text-text-3);
    border-radius: 50%;
    transition: all 0.4s;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}


.about-content{
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    word-spacing: normal;
    text-align: justify;
}

.Industries-card {
    background: #ffffff;
    box-shadow: -4px 6px 24px rgba(0, 0, 0, 0.08), 6px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 15px 18px;
    margin-bottom: 20px;
    display: flex;
}
.Industries-img {
    margin-right: 20px;
}
.Industries-img img {
    width: 480px;
    height: 80px;
    border-radius: 10px;
}

h4.Industries-card-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}
.Industries-card-text p {
    font-size: 16px;
    line-height: 24px;
}

.btn 
{
    height: 40px;
    width: 107px;
    background-color: #c90f16;
    border: 1px solid;
    border-radius: 10px;
    margin-top: 10px;
    color: #ffffff;
}
.proj-btn{
        height: 40px;
    width: 107px;
    border-radius: 10px;
    margin-top: 10px;
    color: #c90f16;
}

.fot-About{
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    word-spacing: normal;
    text-align: justify;
}
.logo{
        width: 200px;
    background: #fff;
    border-radius: 4px;
    padding: 0px 10px;
}
.icon{
    height: 30px;
    width: 30px;
    margin-right: 7px;
    border: 0;
    background-color: #c90f16;
    color: #ffffff;
    padding: 0;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.icon:hover{
    background-color: #ddd6d6;
    color: #c90f16; 
}

#text {
display:none;
}
.pro-content{
    text-align:justify;
}


