.csbg{
    background-color: #E5E4F1;
}

section .cs-bnr{
    padding: 40px 0;
    text-align: center;
}

.cs-bnr h2{
    font-size: 50px;
    margin: 10px 0;
    color: #009bcb;
}

section .cs-sect{
    padding: 40px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cs-sect .cs-col{
    width: 30.33%;
    background-color:white;
    border-radius: 20px;
    padding: 20px;
}

.cs-col .cs-img{
    width: 100%;
    text-align: center;
}

.cs-img img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: contain;
    border:2px solid #009bcb;
}

.cs-col .cs-ctn{
    padding: 20px 0;
}

.cs-ctn h2{
    font-size: 24px;
    margin: 10px 0;
    color: #009bcb;
    font-weight: 600;
}

.cs-ctn p{
    font-size: 18px;
    margin: 10px 0;
    color: #373737;
}

.cs-ctn a{
    color: #009bcb;
    font-size: 20px 0;
    text-decoration: underline;
    letter-spacing: 3px;
    text-transform: uppercase;
}


section .eqlcs-sect{
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.eqlcs-sect .inner-cs{
    flex: 1;
}

.inner-cs .eqlcs-ctn{
    padding: 20px;
    
}


.eqlcs-ctn img{
    width: 200px;
}

.eqlcs-ctn h2{
    font-size: 24px;
    color: #009bcb;
    margin: 10px 0;
    font-weight: 700;
}

.eqlcs-ctn p{
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
    color: #373737;
}

.eqlcs-ctn p strong{
    color: #060471;
}

.eqlcs-ctn ul{
    /* margin-left: 20px; */
    list-style: none;
}

.eqlcs-ctn ul li {
    font-size: 18px;
    color: #373737;
    margin: 10px 0;
}

.eqlcs-ctn2 h2{
    font-size: 50px;
    color: #009bcb;
}

@media (max-width:768px) {
    .cs-sect .cs-col{
        width: 40.33%;
    }

    .cs-bnr h2{
        font-size: 30px;
    }
}

@media (max-width:475px) {
    .cs-sect .cs-col{
        width: 100%;
    }
    section .eqlcs-sect{
        flex-direction: column;
    }
    .eqlcs-ctn2 h2{
        font-size: 30px;
        
    }
}