* {
    padding: 0;
    margin: 0;
    font-family: 'open-sans', sans-serif;
}


.msme-aboutcfc {
    font-size: 20px;
    font-weight: 600;
}

.msme-micro {
    font-size: 16px;
    font-weight: 600;
}

.cfc-head tr th {
    font-size: 16px;
    font-weight: 600;
    background: #4B2300;
    color: #fff;
}

.cfc-bdy tr td {
    font-size: 14px;
}

.cfc-head tr th,
.cfc-bdy tr td {
    text-align: center;
}

.cfcinsidediv {
    background: #FFE2B6 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 24px 24px 0px 24px;
}


.contactpoints p {
    font-size: 16px;
}

.note {
    font-size: 16px;
}

.note span {
    font-weight: 600;
}

.msme-cdp {
    font-size: 20px;
    font-weight: bold;
}

.cfc-tablebx{
    overflow-x: auto ;
}

@media(max-width:576px){
    .cfc-section{
        padding: 20px 24px !important;
    }

    .cfcinsidediv{
            padding: 24px 16px 0px 15px !important;
    }
}