.about_top {
    background-image: url(../images/about_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.theme-light .about_top {
    background-color: #fff;
}
.about_top h2 small {
    display: block;
    width: 100%;
    font-size: 60%;
    line-height: 1.5;
    margin-top: 10px;
}

.about_top h2 {
    margin-bottom: 20px;
    font-size: 48px;
}

.about_top p {
    line-height: 1.6;
    max-width: 600px;
    margin-bottom: 0;
}








section.about_2 {
    padding: 80px 0 0;
}

section.about_2 h3, .pp_title{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
section.about_2 p { 
    font-size: 17px;
    line-height: 1.6;
}


section.about_3 {
    padding: 80px 0;
}





@media (max-width:767px){

    .about_top h2 { 
        font-size: 28px;
    }
    .about_top p { 
        margin-bottom: 25px;
    }


    section.about_2 {
        padding: 40px 0 0;
    }
    section.about_2 p {
        font-size: 16px; 
        margin-bottom: 0;
    }
    section.about_2 h3, .pp_title {
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    section.about_3 {
        padding: 45px 0;
    }

}



























