#about_us_who_is_helped {
}
#about_us_who_is_helped_container {
}
#about_us_who_is_helped_content {
    flex-direction: column;
}

#about_us_who_is_helped_texts ul {
    list-style-type: none;
}
.about_us_who_is_helped_li {
    display: flex;
    flex-direction: row;
}
.about_us_who_is_helped_check {
    width: 20px;
    height: auto;
    fill: var(--primary-color);
    margin-right: 10px;
}

@media all and (min-width: 650px) {
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
}