@media (max-width: 575px){
    .replenishment-methods--pay .replenishment-method {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .replenishment-methods--pay .replenishment-method:nth-child(2n){
        margin-right: 0px !important;
    }

    .replenishment-method a img {
        width: 40%;
    }

    .replenishment-method a {
        padding-top: 35%;
    }

    .replenishment-method {
        min-width: calc(50% - 5px);
    }

    .replenishment-methods--pay form{
        margin-bottom: 10px;
    }

    .replenishment-methods--pay ul{
        margin-bottom: 10px;
    }

    .replenishment-methods form{
        padding: 1em;
        padding-bottom: 1px;
    }

    .replenishment-methods form .input-inner {
        margin-bottom: 20px;
    }
}