.payment {
    background-color: #f4f4f4;
    padding: 20px 0
}

.payment_box {
    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
}

.payment_item {
    width: 640px
}

.payment_item p {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #555 !important;
    margin: 0 !important;
    margin-bottom: 20px !important
}

.payment .h2_common {
    padding: 0 20px
}

.payment_information {
    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: 25px 30px;
    width: 100%;
    margin-top: 20px
}

.payment_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0
}

.payment_row .image_overlay {
    width: 84px;
    margin-right: 20px;
    height: auto !important;
}

.payment_row .image_overlay img {
    max-width: 100%;
    margin: 0 !important;
}

.payment_row .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 0 !important;
}

.payment_row .title {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    margin-bottom: 5px !important;
    color: #333 !important
}

.payment_row .text {
    font-size: 14px !important;
    line-height: 22px !important;
    color: #555 !important;
    font-weight: 400 !important;
    margin: 0 !important
}

.delivery_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0
}

.delivery_box .line {
    width: 1px;
    height: 110px;
    background-color: #e9e9e9;
    margin: 0 40px
}

.delivery_box .title {
    font-size: 40px;
    font-weight: 400;
    color: #f8355e;
    display: block
}

.delivery_box .text {
    color: #f8355e;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: block
}

.delivery_box .bottom {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #aeafaf
}

@media only screen and (max-width:1350px) {
    .payment_item {
        width: 565px
    }
}

@media only screen and (max-width:1199px) {
    .payment_item {
        width: 440px
    }
    .delivery_box .title {
        font-size: 30px
    }
}

@media only screen and (max-width:991px) {
    .payment_box {
        flex-direction: column-reverse
    }
    .payment_item {
        width: 100%;
        margin-bottom: 20px
    }
    .payment_item:first-child {
        margin-bottom: 0
    }
    .payment {
        padding-bottom: 0
    }
    .delivery_box .title {
        font-size: 40px
    }
}

@media only screen and (max-width:767px) {
    .delivery_box .title {
        font-size: 30px
    }
}

@media only screen and (max-width:480px) {
    .payment_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0px;
    }
    .payment_row .image_overlay {
        margin: 0 auto 10px 0;
        width: 60px;
        height: 60px !important;
    }
    .delivery_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .delivery_box .line {
        width: 200px;
        height: 1px;
        margin: 25px 0 20px 0
    }
    .delivery_box {
        margin: 20px 0
    }
    .payment_row .title {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .payment_item p {
        font-size: 14px !important;
        line-height: 22px !important;
    }
}