@media screen and (max-width: 992px) {
    .home-page .home-text{      
        text-align: center;
        display: flex;   
        flex-wrap: wrap;
        justify-content: center;
    }
    .home-back{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    
    }
    
    .abt-sec .bio-dtls .abt-left, .cv-btn{
        text-align: center;
    }
    .resume-sec .t-card2{
        margin-top: 30px;
        
    }

}
@media screen and (max-width: 768px) {
    .text-cen{
        text-align: center;   
    }
    
    
}
@media screen and (max-width: 1299px){
#prevBtn:before {
    left: 0px;
    border-right: 10px solid #514559;
    border-radius: 2px !important;
    }
    #nextBtn:before {
    right: 0px;
    border-left: 10px solid #514559;
    border-radius: 2px !important;
    }

}