
#index_how_can_help {
    /*border: solid 1px black;*/
}
#index_how_can_help_container {
}
#index_how_can_help_content {
    flex-direction: column;
}
#index_how_can_help_title {
    /*border: solid 1px red;*/
}
#index_how_can_help_texts {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*border: solid 1px red;*/
}
#index_how_can_help_panels {
    width: 80%;
    display: flex;
    flex-direction: column;
    /*border: solid 1px blue;*/
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 831px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

