.buttons__wrap{display:flex;flex-wrap:wrap;gap:15px}.grid{grid-gap:10px;display:-ms-grid;display:grid}.grid-two-cols{grid-template-columns:repeat(2,1fr)}.grid a{border-radius:0;justify-content:space-between;width:100%}@media (max-width:600px){.grid-two-cols{grid-template-columns:repeat(2,1fr)}}