@media only screen and (max-width: 900px) {
    .widget-custom-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .widget-custom-flex-item {
        width: 50%;
    }


}