.payment-section {}
.payment-section_mt {
    margin-top: 50px;
}
.payment-section__title {
    color: #000;
    font-family: "Oswald";
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.payment-section__text {
    font-size: 16px;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .payment-section__title {
        font-size: 36px;
        text-transform: uppercase;
    }
}

.payment-tile {}
.payment-tile__list {
    margin-left: -7px;
    margin-right: -7px;
}
.payment-tile__item-wrapper {
    padding: 0 7px;
    margin-bottom: 14px;
}
.payment-tile__item {
    /*border-radius: 4px;*/
    /*border: 1px solid #66B2D1;*/
    padding: 15px 15px;
    text-align: center;
}
.payment-tile__img-wrapper {
    width: 64px;
    height: 64px;
    position: relative;
    margin: 0 auto 8px;
}
.payment-tile__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
.payment-tile__name {
    color: #3274B1;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}
@media screen and (min-width: 576px) {
    .payment-tile__item {
        padding: 30px 15px;
    }
}