/* error 404 in this page */
body{
    background: linear-gradient(0deg, #F2F2F2, #F2F2F2),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);}

.ntf-container-wrapper {
    max-width: 1384px;
    height: 800px;
    margin: auto;
    margin-top: 33px;
    border-radius: 20px;
    border: 1px;
    padding-bottom: 15px;
    background: #FFFFFF;
}   
    .nf-outer-box-wrapper{
        width: 1384px;
        height: 800px;
        margin-top: 33px;
        display: flex;
        flex-direction: column;
    }
        .nf-text-nf{
            /* width: 265px; */
            height: 36px;
            font-family: Poppins;
            font-size: 24px;
            font-weight: 700;
            line-height: 36px;
            letter-spacing: 0em;
            margin: auto;
            margin-bottom: 0px;
            margin-top: 119px;
            text-align: left;
            color:#2B2B2B;
        }
        .nf-img-box{
            margin: auto;
            margin-top: 76px;
        }
