/*Payment icons style */
.payment-methods {
  display: flex;
  gap: 5px;
}
.payment-methods svg {
  min-width: 45px !important;
  min-height: 30px !important;
}

