.pay-section {
    margin-top: 120px;
    margin-bottom: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pay-section img {
    height: 80vh;
    width: auto;
}

@media (max-width: 1024px) {
    .pay-section {
        margin-top: 80px;
    }

    .pay-section img {
        height: 50vh;

    }
}