.payment-method {
    height: 26px;
}

.payment-method img {
    vertical-align: middle;
    max-height: 26px;
    max-width:100%;
}

.button.style-12 {
    margin-top: 20px;
}

@media (max-width:792px) {
    .payment-method img {
        margin-top: 10px;
    }
    .button.style-12 {
        margin-top: 50px;
    }
}
@media (max-width:768px) {
    .payment-method img {
        margin-top: 0px;
    }
    .button.style-12 {
        margin-top: 0px;
    }
}
@media (max-width:571px) {
    .payment-method img {
        margin-top: 10px;
    }
    .button.style-12 {
        margin-top: 50px;
    }
}
