.paymentPage__container img {
  margin-left: 0;
}

.paymentPage__container {
    padding: 0 30px 90px;
}
.paymentPage__container h1 {
    margin-top: 25px;
    margin-bottom: 42px;
}
.paymentPage__container .h1 {
    margin-top: 0;
    margin-bottom: 30px;
}
.paymentPage__container h1,
.paymentPage__container .h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.02em;

    color: #000000;
}

.customTeaser__item {
    padding: 25px 30px;
    background-color: #E7E8EB;
}
.customTeaser__item-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.customTeaser__title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;

    color: #000000;
}
.customTeaser__img {
    margin-right: 14px;
}
.customTeaser__title a {
    display: block;
    margin-top: 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #C13032;
    transition: all .25s ease-in-out;
    color: #C13032;
    width: max-content;
}
.customTeaser__title a:hover {
    border-color: transparent;
}
.paymentPage__container .customTeaser__container {
    margin-bottom: 35px;
}
.customTeaser__item-body {
    margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #434750;
}
.customTeaser__list .col-xs-12 {
    margin-bottom: 10px;
}
.customTeaser__list .col-xs-12.left {
    padding-right: 5px;
}
.customTeaser__list .col-xs-12.right {
    padding-left: 5px;
}
.customTeaser__item {
    height: 100%;
}
.customTeaser__item.item-second {
    margin-top: 10px;
}
.customTeaser__item-header {
    align-items: center;
}
.bankTeaser__container {
    margin-bottom: 30px;
}
.bankTeaser__container .customTeaser__item {
    padding: 17px 30px;
    background-color: white;
    border: 1px solid #E7E8EB;
}
.paymentPage__container p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;

    color: #434750;
}

@media(max-width: 1199px) {
    .paymentPage__container {
        padding: 0 15px 90px;
    }
    .questionForm__container {
        padding: 60px 120px;
    }
}
@media(max-width: 991px) {
    .questionForm__container {
        padding: 70px 30px;
    }
    .customBigForm__title span {
        display: none;
    }
    .bankTeaser__container .customTeaser__list .col-xs-12.left {
        padding-right: 15px;
    }
    .bankTeaser__container .customTeaser__list .col-xs-12.right {
        padding-left: 15px;
    }
    .customBigForm__item textarea,
    .customBigForm__item input {
        border: 1px solid #828282;
    }
    .customBigForm__file-item {
        flex-wrap: wrap;
    }
}
@media(max-width: 767px) {
    .customTeaser__list .col-xs-12.left {
        padding-right: 15px;
    }
    .customTeaser__list .col-xs-12.right {
        padding-left: 15px;
    }
    .customBigForm__item textarea {
        margin-top: 10px;
        height: 75px;
    }
    .customBigForm__col .control--checkbox {
        margin-top: 20px;
    }
    .customBigForm__submit button {
        margin-top: 20px;
        width: 230px;
        padding: 15px 22px;
    }
    .customTeaser__item {
        padding: 30px 15px;
        margin: 0 -15px;
    }
    .bankTeaser__container .customTeaser__item {
        padding: 30px 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .bankTeaser__container .customTeaser__item .customTeaser__item-header {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .bankTeaser__container .customTeaser__item .customTeaser__item-header .customTeaser__img {
        margin-bottom: 10px;
    }
    .questionForm__container {
        padding: 60px 15px;
    }
}
