.mission_container {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 40px;
}

.mission_h {
    color: #2f546c;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mission_hs {
    font-size: 22px;
    font-weight: bold;
}

.mission_p {
    text-align: justify;
}