.payment-gateway {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #b8b9b9ba;
    padding: 10px;
    /* height: 80px; */
    margin: 0 0 30px;
    border-radius: 20px;
    font-size: 0.8em;
}

.jwc_pay img {
    height: 44px;
}