.err_404_bnrSec{
    padding: 240px 0px 125px;
}

.err_404_bnrimg img{
    margin: 0 auto 50px;
}
.err_404_bnrContent{
    margin: 0 auto;
    max-width: 794px;
    
}
.err_404_bnrContent h2{
    font-size: 56px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #091E42;
}



.err_404_bnrContent p{
    color: #253858;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: center;
    margin: 16px 0 24px;
}

.err_404_bnrContent .cta a{
    margin: 0 auto;
}


.navigationSec .card{
    border: 1px solid #DFE1E6;
    background: #FCFCFC;
    border-radius: 12px;
    padding: 60px 0;
}

.navigationSec .navCard_content{
    display: flex;
}

.navigationSec .navCard_content .navCard_heading {
    position: relative;
    width: 500px;
}

.navigationSec .navCard_content .navCard_heading::after{
    content: "";
    position: absolute;
    top: 0;
    margin: 0 50px;
    background: #DFE1E6;
    right: 0;
    width: 1px;
    height: 100%;
}

.navigationSec .navCard_content .navCard_heading h6{
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #091E42;
    max-width: 295px;
}

.navigationSec .navCard_content .navCard_links{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.navigationSec .navCard_content .navCard_links a{
    width: calc(33.3% - 10px);
    display: flex;
    align-items: center;
    color: #2F39BF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-decoration: none;
}


.navigationSec .navCard_content .navCard_links a svg{
    margin-left: 4px;
    transition: all 0.3s;
}
.navigationSec .navCard_content .navCard_links a:hover svg{
    transform: translateX(5px);
}

.php_uplifting .do_strip{
    display: none;
}

.err_404_uplifting .pricing_hero_fold{
    padding: 100px 0;
}

@media (max-width: 992px) {
    .err_404_bnrContent h2 b,
    .err_404_bnrContent h2{
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 120%;
    }

    .err_404_bnrContent p{
    font-size: 16px;
    line-height: 150%;
    }
    .navigationSec .navCard_content{
        flex-direction: column;
    }

    .navigationSec .navCard_content .navCard_heading::after{
        content: unset;
    }
    .navigationSec .navCard_content .navCard_heading{
        width: 100%;
        text-align: center;
    }
    .navigationSec .navCard_content .navCard_heading h6{
        text-align: center;
        margin: 0 auto 50px;
    }
    .navigationSec .navCard_content .navCard_links a {
        width: calc(50% - 10px);
        margin-bottom: 16px;
    }
}

@media (max-width: 560px) {
    .navigationSec .navCard_content .navCard_links a{
        width: 100%;
        justify-content: center;
    }

    .err_404_bnrSec {
        padding: 160px 0px 125px;
    }
}