

.faq .accordion-item{
    border:0;
    margin-bottom:15px;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
}

.faq .accordion-button{
    font-weight:600;
    padding:18px 20px;
    background:#fff;
    color:#222;
    box-shadow:none;
}

.faq .accordion-button:not(.collapsed){
    background:#0d6efd;
    color:#fff;
}

.faq .accordion-body{
    padding:20px;
    line-height:1.8;
}





.about .content-box{
    background:#fff;
    padding:35px;
    border-radius:12px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.about h4{
    color:#0d6efd;
    margin:30px 0 15px;
}

.about h5{
    margin-top:20px;
    color:#222;
}

.about p{
    line-height:1.9;
    margin-bottom:15px;
}

.about ul{
    padding-left:22px;
    margin-bottom:20px;
}

.about ul li{
    margin-bottom:10px;
    line-height:1.8;
}

@media(max-width:768px){
    .about .content-box{
        padding:20px;
    }
}
