.missionarea {
    background: white;
    padding: 50px 10px;
}
.missiondata h2 {
    color: #bfb28e;
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}
.missiondata p {
    color: #475661;
    font-size: 19px;
    font-weight: 600;
    line-height: 35px;
}
.missionimg img {
    margin: 0 auto;
}








@media only screen and (max-width : 768px) {
    .missiondata h2 {
        margin-top: 15px !important;
    }
    
   
}