.industry-section{
    padding:80px 0;
}

.industry-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#eef4ff;
    color:#0d6efd;
    font-weight:600;
    font-size:.9rem;
}

.industry-title{
    
    font-size:3rem;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}

.industry-subtitle{
    
    max-width:800px;
    margin:auto;
    font-size:1.1rem;
    color:#0c0e0f;
}

.industry-heading{
    font-weight:700;
    margin-bottom:15px;
}

.section-title{
    color: rgb(255, 0, 0);
    font-weight:700;
    margin-bottom:25px;
}
#positive{
    color: rgb(0, 51, 4);
    font-weight:700;
    margin-bottom:25px;
}

.industry-list{
    color: rgb(255, 0, 0);
    list-style:none;
    padding:0;
    margin:0;
}
#positive {
    color: rgb(0, 51, 4);
    list-style:none;
    padding:0;
    margin:0;
}

.industry-list li{
    padding:12px 0;
    border-bottom:1px solid rgba(235, 9, 9, 0.08);
}

.service-card{
    text-align:center;
}

.service-icon{
    font-size:42px;
    margin-bottom:20px;
    color:#0d6efd;
}

.benefit-box{
    text-align:center;
    padding:30px 15px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.benefit-box h3{
    font-size:2rem;
    font-weight:700;
    color:#0d6efd;
    margin-bottom:10px;
}
.service-icon{
    font-size:3rem;
    color:#0d6efd;
    display:block;
    margin-bottom:20px;
}

.benefit-icon{
    font-size:2.5rem;
    color:#0d6efd;
    display:block;
    margin-bottom:15px;
}