$break-point: 600;

@media screen and (max-width: $break-point) {
    .fk-flex-responsive {
        flex-direction: column;
    }
}