.page-builder__options{
  display: flex;
  justify-content: center;
  gap: 5rem;
}



.page-builder__options .payment-gateway__card {
  max-width: 15rem;
  width: 100%;
}

.page-builder__options .payment-gateway__card .payment-gateway__logo-image{
    height: 100%;
    border-radius: 50%;
    width: 100%;
}

@media (max-width: 390px){
  .page-builder__options{
    gap: 2rem;
  }
}