.servers-list{display:flex;flex-wrap:wrap;width:100%;list-style:none;align-items:center;gap:10px;column-gap:10px;padding-left:0}@media screen and (min-width: 576px){.servers-list{gap:20px;column-gap:20px}}@media screen and (min-width: 768px){.servers-list{justify-content:center}}@media screen and (min-width: 1200px){.servers-list{gap:20px;column-gap:20px;flex-wrap:nowrap;justify-content:space-between}}.servers-list__item{display:flex;width:100%;max-width:343px}.servers-list__item-img{margin-right:20px}.servers-list__item-link{display:flex;align-items:center;width:100%;background-color:var(--ui-10);padding:10px 18px;border-radius:10px;overflow:hidden}
