.delivery__text__before_table {
    margin-bottom: 24px;
}

.delivery__text__before_table p {
    margin-bottom: 12px;
}
.delivery__text__after_table {
    margin-bottom: 24px;
}

.delivery__text__after_table p {
    margin-bottom: 12px;
}

.delivery__table {
    width: 100%;
    margin-bottom: 24px;
    border: solid 1px black;
    border-top: none;
}

.delivery__table__place td {
    width: 100%;
}

.delivery__table__place td {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.delivery__table__place__info_both p {
    margin-bottom: 8px;
}
.delivery__table__place__info_both td,
.delivery__table__place__info_full td {
    padding: 8px;
}

@media (max-width: 767px) {
    .delivery__table__place td {
        padding: 4px;
        font-size: 14px;
    }
    .delivery__table__place__info_both td,
    .delivery__table__place__info_full td {
        padding: 4px;
    }
}
