.payment-cards .icons-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.payment-cards .payment-icons .icon img{
   width: 100%;
    max-width: 50px;
 }
.payment-cards .payment-icons p{
  font-weight: 700;
  text-align: center;
}


