hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #DEDEE9;
}
.paytype {
    width: 40px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
h3 {
    display: inline-block;
    margin: 0;
}
.container.pay p {
    margin-left: 60px;
}
.container.pay .col-md-12 ul {
    list-style: inherit;
    color: #F47A20;
    margin-left: 40px;
}
.container.pay .col-md-12 ul p{
    color: black;
    margin-left: 0;
}
.paysystem {
    margin: 20px 0 20px 60px;
}
.paysystem img {
    margin-right: 30px;
    max-height: 30px;
}

ul:not([id*="bx_"]) > li:before{
    position: absolute;
}
@media only screen and (max-width: 767px) {
    .paysystem {
        margin-bottom: 0;
    }
    .paysystem img {
        max-height: 25px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 20px;
    }
    .paytype {
        width: 35px;
        display: inline-block;
        margin-bottom: 0;
    }
}