.list-payment {
  display: flex;
  justify-content: center;
  gap: 4px;
}

@media screen and (min-width: 750px) {
  .list-payment {
    justify-content: flex-end;
    padding-top: 0;
    gap: 9px;
  }
}

.list-payment__item {
  align-items: center;
  display: flex;
  max-width: clamp(3.6rem, 2.7rem, 4.8rem);
  width: 2.7rem;

  @media screen and (min-width: 750px) {
    width: 3.6rem;
  }
}
