.pay-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 150px;
}

.cards {
  width: 100px;
  height: 60px;
  margin: 5px 14px;
}

.cards img {
  width: 100px;
  object-fit: cover;
  object-position: center;
}

