.information-information-6 {
    background: #f1f1f1;
}
.information-information-6 main {
    margin-bottom: 200px;
}

.deliverypay .deliverypay__box {
    position: relative;
}
.deliverypay:not(:last-child) .deliverypay__box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 47px;
    height: 4px;
    background: #464646;
}


.deliverypay-page__title {
    color: #464646;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.deliverypay-title {
    margin-bottom: 32px;
}
.deliverypay-subtitle {
    margin-bottom: 68px;
}

.deliverypay-item {
    display: flex;
    align-items: flex-start;
}
.deliverypay-item:not(:last-child) {
    margin-bottom: 75px;
}
.deliverypay-item__title {
    display: flex;
    align-items: center;
    width: 280px;
    margin-right: 56px;
}
.deliverypay-item__desc {
    width: calc(100% - 336px);
    margin-top: 11px;
}
.deliverypay-item__desc ul li {
    position: relative;
}
.deliverypay-item__desc ul li:before {
    content: '-';
    margin-right: 7px;
}
.deliverypay-item__title-icon {
    margin-right: 20px;
}
.deliverypay__inner {
    background: #fff;
    padding: 38px 48px 100px;
}


@media (max-width: 768px) {
    .deliverypay-item {
        flex-direction: column;
    }
    .deliverypay-item__title {
        width: 100%;
        margin-right: 0;
    }
    .deliverypay-item__desc {
        width: 100%;
        padding-left: 30px;
    }
    .deliverypay-item:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media (max-width: 560px) {
    .information-information-6 {
        background: #fff;
    }
    .deliverypay__inner {
        padding:0 0 80px;
    }
    .deliverypay-page__title-title {
        font-size: 48px;
        line-height: 65px;
    }
    .deliverypay:not(:last-child) .deliverypay__box:before {
        bottom: -40px;
    }
}