.partners-button-container {
    display: flex;
    justify-content: center;
}

.shop-responsive-section {
    background-repeat: no-repeat;
    background-position: bottom right;
}

#two-ways-container {
    background-image:url('/static-assets/images/debit_card_girl_half.png');
    min-height: 600px;
    background-size: 50% auto;
}

#ready-jet-set-container {
    background-image: url('/static-assets/images/debit-card-wallet-1.png');
    min-height: 400px;
    background-size: contain;
    margin-left: 1rem;
    margin-right: 1rem;
}

#points-container {
    background-image: url('/static-assets/images/girl-with-phone-1.png');
    min-height: 500px;
    background-size: contain;
    margin-left: 1rem;
    margin-right: 1rem;
}