/*.flex-display-products {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
}*/

@media only screen and (min-width: 768px) {
    .flex-display-products {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        /*width: auto;*/
        /*margin: 0 auto;*/
        /*margin-bottom: 50px;*/
    }
}

@media only screen and (min-width: 992px) {
    .flex-display-products {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /*width: 1000px;*/
        /*margin: 0 auto;*/
        /*margin-bottom: 50px;*/
    }
}

@media only screen and (min-width: 1200px) {
    .flex-display-products {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /*width: 1000px;*/
        /*margin: 0 auto;*/
        /*margin-bottom: 50px;*/
    }
}
