.delivery-page {
    font-size: 16px;
    line-height: 1.3;
}

.delivery-page__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.delivery-page__left {
    width: 55%;
    margin-right: 5%;
}

.delivery-page__right {
    width: 40%;
}

.delivery-page__bottom {

}

.delivery-page__page-desc {
    margin-bottom: 40px;
}

ul.delivery-terms__list {
}

li.delivery-terms__item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.delivery-terms__icon {
    width: 60px;
    height: 60px;
    margin-right: 30px;
    flex: none;
}

@media screen and (max-width: 768px) {
    .delivery-page {
        font-size: 14px;
    }

    .delivery-page__top {
        display: block;
    }

    .delivery-page__left {
        width: 100%;
        margin-right: 0;
    }

    .delivery-page__right {
        width: 100%;
    }

    .delivery-questions__title > p {
        font-size: 12px;
        line-height: 1;
        max-width: 90%;
    }
}
