.about_page_box1{
    padding-top: 5vh;
    align-self: center;
    width: 75%;
    color: #333;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.logo_on_about{
    width: 15vw;
}
.about_page_box2{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.about_page_box2_1{
    min-height: 50vh;
    padding: 25px;
    width: 48%;
    display: flex;
    color: white;
    background-color: #034b64;
    flex-direction: column;
    border-radius: 5px;
    justify-content: center;
}
.about_page_box2_1_title{
    align-self: center;
    color: #ffc621;
}
.about_text_box {
    font-family: auto;
    font-size: 20px;
    width: 100%;
}
@media (max-width: 768px) {
    .logo_on_about {
        width: 50vw;
    }
    .about_page_box2 { 
        flex-direction: column;
    }
    .about_page_box2_1 {
        min-height: 30vh; 
        width: 100%; 
    }
    .about_page_box1 { 
        width: 85%; 
    }
}