.about_header_container {
    background: url("../images/about_bg_image.png") no-repeat center;
    background-size: cover;
    padding: 40px;
}

.about_header_container img {
    height: 130px;
    width: 130px;
    margin-bottom: 20px;
}

.about_header_container span {
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    max-width: 600px;
}


.about_header_container p {
    color: white;
    font-size: 12px;
    text-align: center;
    max-width: 600px;
}


.image1 {
    max-width: 280px;
    align-items: flex-start;

}

.image2 {
    max-width: 200px;
    align-items: flex-end;
}

.impact_section_wrapper.vision_section {
    padding: 120px 16px;
    background-image: url("../images/vision_background_image.png");
}

.mission_content_wrapper {
    padding: 120px 0;
    background: url("../images/about_bg_image.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.mission_content_wrapper > div {
    background-color: rgba(64, 76, 190, 0.5);
}

.contact_header_wrapper {
    background-size: cover;
    background: url("../images/contact_bg.jpg") no-repeat;
    padding: 40px;
}

.contact_details_wrapper .page_heading {
    text-align: start;
    border-bottom: 1px solid #212121;
    padding-bottom: 8px;
    margin-bottom: 24px;
}

.contact_details_wrapper form input, .contact_details_wrapper form textarea {
    padding: 16px;
    margin: 8px 0;
    font-size: 16px;
    font-family: "KeplerSTd", sans-serif;
    border: none;
}