@media (min-width: 960px) {
    .flex-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-wrapper.two > .flex-one {
        width: 48%;
    }
}