.adjust-height .payment-system-list.is-scrollable {
    max-height: 461px;
    display: flex
;
    background: transparent;
    border: 2px solid white;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}