#about_us_what_we_do {
}
#about_us_what_we_do_container {
}
#about_us_what_we_do_content {
}
#about_us_what_we_do_texts {
    /*width: 98%;*/
    display: flex;
    flex-direction: row;
}
#about_us_what_we_do_description {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    /*border: solid 1px red;*/
}
#about_us_what_we_do_text {
    margin-top: 20px;
}
#about_us_what_we_do_text span {
    font-weight: bold;
}
@media all and (min-width: 650px) {
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
}