
.about_Text{}
.about_Text h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #000000;
    line-height: 40px;
}
.about_Text span {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #212c4c;
}
.about_Text small {
    font-size: 22px;
    font-weight: 500;
}
.about_Text strong{
    display: block;
}

.ourmission_main {
    background: url(../img/mission.jpg);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    padding: 80px 0;
}

.ourmission h2{
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;    
}
.ourmission p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
    line-height: 30px;
}
.ourstory{
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
}
.ourstory h2{
    font-size: 35px;
    font-weight: 600;
    color: #000000;    
}
.ourstory p {
    color: #676767;
    font-size: 16px;
}
.ourstory .section-title {
    padding-bottom: 50px;
}

/* Responsive CSS */
@media only screen and (max-width:767px){
    .commonTop {
        padding-top: 80px;
    }
    .about_Text h1 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .ourmission_main{
        padding: 40px 0px;
    }
}

@media (-webkit-device-pixel-ratio: 1.0) {
.ourstory p {
    padding: 0px 100px;
}
}
