@media screen and (max-width: 900px) {
    section > .is-layout-flex {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .is-layout-flex {
        flex-direction: column;
    }
}
