.csr-content-wrap {
    display: flex;
    gap: 35px;
}
.csr-content-left, .csr-content-right{
    width: 50%;
}
.csr-content-details h4{
    font-family: regular_bold;
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
    color: #2C8DBF;
}
.csr-content-details p, .csr-bottom-text{
    color: #000;
    font-size: 1rem;
    line-height: 26px;
    font-family: regular_medium;
    text-align: justify;
}
.csr-table-heading{
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-family: regular_medium;
}
.csr-table{
    border: none !important;
    font-family: regular_bold;
    border-collapse:separate;
}
.csr-table tr{
    border: 0;
    margin-bottom: 10px !important;
}
.first-col{
    background: #F6F6F6;
    color: #2C8DBF;
}
.second-col{
    background: #ECF5F5;
}
td{
    border-style : hidden!important;
}

@media(max-width:678px){
    .csr-content-wrap{
        flex-direction: column;
    }
    .csr-content-left, .csr-content-right{
        width: 100%;
    }
}
