@media (max-width: 750px) {
   .flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;}
}
