.credit {
    background-color: #f4f4f4;
    padding: 20px 0
}

.credit_cont p {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #555 !important;
    font-weight: 400 !important;
    margin-top: 20px !important;
    white-space: pre-wrap;
}

.credit_cont .bank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.credit_cont .bank img {
    mix-blend-mode: multiply;
    max-height: 100%;
    max-width: 200px
}

.credit_cont .bank_item {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.credit_box {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    padding: 5px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.credit_box_other {
    padding: 25px 30px
}

.credit_box_other .button {
    margin-top: 20px!important
}

.credit_box_other .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.credit_box_other .column {
    margin-right: 0!important;
    margin-bottom: 20px!important
}

.credit_box_other .column:last-child {
    margin-bottom: 0!important
}

.credit_box p {
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    color: #333 !important;
    margin: 0 0 20px 0 !important
}

.credit_box p.text_credit_box {
    font-size: 16px !important;
    line-height: 32px !important;
    color: #333 !important;
    font-weight: 400 !important
}

.credit_box p.title_credit_box {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 15px !important
}

.credit_box p.title {
    color: #f8355e !important;
    font-weight: 700 !important;
    margin: 20px 0 0 0 !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

.credit_box .button {
    width: 365px;
    margin-top: 30px
}

.credit_item {
    width: 49%
}

.credit_item .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.credit_item .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

.credit_item .column:last-child {
    margin-right: 0
}

.credit_item .column span {
    font-size: 48px;
    color: #f8355e;
    font-weight: 400;
    display: block;
    line-height: 50px;
    padding-top: 5px;
    margin-right: 20px
}

.credit_item .column p {
    font-size: 16px !important;
    line-height: 24px !important;
    color: rgb(102, 52, 52)!important;
    margin: 0 !important
}

.credit .line {
    height: 175px;
    width: 1px;
    background-color: #e9e9e9;
    margin-right: 46px
}

.steps {
    margin-top: 70px;
    margin-bottom: 80px
}

.steps_box {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.steps_item {
    max-width: 250px;
    text-align: center
}

.steps_item .image_overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
}

.steps_item .image_overlay img {
    max-width: 84px;
    max-height: 84px;
    margin: 0;
}

.steps_item p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #333 !important;
    line-height: 22px !important;
    margin: 0 !important;
    margin-top: 20px !important
}

.h2_steps {
    font-size: 32px;
    line-height: 40px;
    color: #333;
    text-align: center;
    font-weight: 700
}

@media only screen and (max-width:1350px) {
    .credit .line {
        margin-right: 45px
    }
}

@media only screen and (max-width:1199px) {
    .credit_item .row {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .credit_item .column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        margin: 0 0 20px 0!important
    }
    .credit_item .column p br {
        display: none
    }
    .credit_item .column span {
        margin: 0
    }
    .credit_box {
        padding: 20px
    }
    .credit_box .button {
        margin: 20px auto 0 auto
    }
    .credit_cont .line {
        display: none
    }
    .steps_item {
        max-width: 190px
    }
    .credit_box_other .button {
        margin-left: 0
    }
    .credit_cont .bank_item {
        margin: 10px
    }
    .credit_cont .bank {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:991px) {
    .credit_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .credit_item {
        width: 100%
    }
    .steps_item {
        width: 49%;
        margin: 15px 0;
        max-width: 100%
    }
    .steps_box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .steps {
        margin: 40px 0
    }
    .credit_box_other .credit_item .row {
        margin-top: 20px
    }
    .credit_box {
        padding: 0 20px 20px 20px
    }
    .credit_box_other {
        padding: 20px
    }
}

@media only screen and (max-width:480px) {
    .credit_item .column span {
        font-size: 28px
    }
    .credit_box .button {
        width: 100%;
        line-height: 18px
    }
    .steps_box {
        margin-top: 20px
    }
    .h2_steps {
        font-size: 28px;
        line-height: 35px
    }
    .credit_cont .bank_item {
        width: 45%;
        margin: 5px;
    }
    .credit_cont .bank img {
        max-width: 100%
    }
    .credit_item .column {
        flex-direction: row;
        width: 100%;
    }
    .credit_item .column span {
        font-size: 43px;
        line-height: 50px;
    }
    .credit_item .column p {
        flex: 1 1 0;
        margin-left: 20px !important;
    }
    .credit_box .button {
        height: 80px;
        line-height: 25px;
        border-radius: 40px
    }
    .h2_steps {
        font-size: 24px;
        line-height: 30px;
    }
    .credit_box_other .credit_item .column {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .credit_box_other .credit_item .column p {
        margin: 0 !important;
    }
    .credit_box_other .credit_item .column span {
        font-size: 30px;
        line-height: 40px;
    }
}