.list {
  display: flex;
  justify-content: space-around;
  margin: 2em 0;
}

.list-payment__item {
  list-style-type: none;
}