.banners { display: flex; flex-wrap: wrap; justify-content: space-between; .banner-anons { width: calc(50% - 7.5px); margin: 0 0 15px 0; max-height: 158px; @media(max-width: 540px) { width: 100%; } } }