

.section h2.section-head-w, h2.section-head-b{
    color: #000;
    text-align: center;
    font-family: "Poppins";
    font-size: 50px;
    margin-bottom: 20px;
}

.dark-section{
    /* padding-top: 30px; */
    background-color: var(--primary-color);
    /* background-color: #888888; */
}
.light-section{
    background-color: #fff;
}
.service-box{
    text-align: center;
}
.service-box i.fa{
    color: darkcyan;
    font-size: 70px;
    margin-bottom: 15px;
}
.service-box h3{
    /* border-bottom: 2px solid var(--primary-color); */
    /* border-width: calc(); */
    text-decoration: underline;
    
}
.service-box p{
    color: darkcyan;
    /* text-align: justify; */
}
