#about_us_hero {
    /*border: solid 2px red;*/
}
#about_us_hero_container {
}
#about_us_hero_content {
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}
#about_us_hero_content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: 1.7em;
    font-weight: bold;
    /*border: solid 1px red;*/
}
#about_us_hero_top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*border: solid 1px blue;*/
}
#about_us_hero_bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*border: solid 1px blue;*/
}
@media (min-width: 880px) {
}
@media (min-width: 1200px) {
}
