.newbanner {

    width: 100%;

    position: relative;

}



.about-desc{

    padding: 30px 0;

}



.about_content_all p{

    font-size: 16px;

    line-height: 50px;

    text-indent: 2.2em;

}













@media(max-width:768px){

    .curr_all{

        display: block;

        padding: 15px 0;

    }

    .curr_title {

        font-size: 25px;

    }

    .curr_nav{

        padding-top: 10px;

    }

    .about-desc p{

        line-height: 30px;

    }

}