.col { width: calc(50% - 40px); } @media screen and (max-width: 576px) { .col { flex: 0 0 100%; } }