/* your custom styles here */

.section-pay .section-container {
    padding: 20px 0px 40px;
    background-color: rgba(33, 97, 253, 0.1);
    overflow: hidden;
}

.section-pay .section-title {
    margin-bottom: 18px;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #212736;
    line-height: 45px;
}

.section-pay .section-container .pay-list {
    overflow: hidden;
    margin-right: -12px;
    margin-left: -12px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-pay .section-container .pay-list li {
    width: 25%;
    padding: 12px;
    float: left;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-pay .section-container .pay-list li .pay-list-item {
    background-color: #ffffff;
    padding: 26px 0;
    text-align: center;
    position: relative;
}

.section-pay .section-container .pay-list li .pay-list-item .dot .left strong {
    width: 6px;
    height: 6px;
    background-color: #dfe2e8;
    display: block;
    vertical-align: top;
    margin-left: 2px;
    margin-bottom: 2px;
}

.section-pay .section-container .pay-list li .pay-list-item .dot {
    position: absolute;
    top: 12px;
    right: 12px;
}

.section-pay .section-container .pay-list li .pay-list-item .dot .left {
    width: 6px;
    height: 30px;
    float: right;
}

.section-pay .section-container .pay-list li .pay-list-item img {
    width: 30px;
    height: 30px;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.section-pay .section-container .pay-list li .pay-list-item .dot .right {
    width: 6px;
    height: 30px;
    float: right;
    margin-right: 4px;
    vertical-align: bottom;
}

.section-pay .section-container .pay-list li .pay-list-item .dot .right strong {
    width: 6px;
    height: 6px;
    background-color: #dfe2e8;
    display: block;
    vertical-align: top;
    margin-left: 2px;
    margin-bottom: 2px;
}

b, strong {
    font-weight: bold;
}

.mobile {
    display: none;
}