.prime-rfsct {
    background-color: white;
    padding: 100px 0px;
}

.rfcst-container {
    max-width: 1240px;
    margin: auto;
}

.rfcsg-he1 {
    font-weight: 600;
    color: black;
    font-size: 80px;
    color: #095434;
    text-align: center;
    text-align: -webkit-center;
}

.dtap-cta {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: center;
}

.dtap-cta button {
    padding: 9px 20px;
    border-radius: 40px;
    border: none;
    font-size: 14px;
    background: #fff;
    color: #000;
    border: #000 solid 2px;
    cursor: pointer;
}

.dtap-cta button:hover {
    background: linear-gradient(131deg, #3f95ff 5%, #2755f6 95%);
    border-color: #3f95ff;
    color: #fff;
}

/* Table */

.section-nniform {
    max-width: -webkit-fill-available;
    height: auto;
    margin-top: 80px;
}

.snnih-head {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0px;
    margin-left: 4px;
}

.section-nniform .ncs-list-cuop {
    margin-bottom: 20px;
}

.nsc-cinp-node {
    padding: 0px 16px;
    display: flex;
    flex-direction: column;
    user-select: none;
    background-color: white;
    background: linear-gradient(180deg, #0000 0%, #00000003 100%), #f5f5f5;
    cursor: pointer;
    border: rgb(236 244 233) solid 1px;
}


.ncs-list-cuop>.nsc-cinp-node:not(:last-of-type) {
    border-bottom-left-radius: 0;
    border-bottom: none;
    border-bottom: .5px solid #fff;
    border-bottom-right-radius: 0;
}

.ncs-list-cuop>.nsc-cinp-node:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.nbhi-valiop {
    color: #707070;
    text-align: right;
}

.ncs-list-cuop>.nsc-cinp-node:last-of-type {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom: rgb(236 244 233) solid 1px !important;
}

.nsc-dfalu-csr {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    min-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    justify-content: space-between;
}

.ncl-nkidff {
    margin-left: 4px;
}

.ncl-nkidff-p {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
    color: #707070;
}

.ncl-nkidff-h {
    font-size: 14px;
}

@media screen and (max-width: 500px) {
    .pmc-prh1 {
        font-size: 40px !important;
        line-height: 52px !important;
    }

    .ncl-nkidff-p {
        margin-top: 10px;
    }

    .rfcsg-he1 {
        font-size: 40px !important;
        line-height: 52px !important;
    }

    .prime-rfsct {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.pmc-prjip {
    font-size: 17px;
    text-align: center;
    color: black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 510px;
}