main {
    margin-top: 70px;
}
.header__info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header__tel {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    gap: 3px;
    justify-content: center;
    line-height: 140%;
}
.header__tel-icon {
    width: 20px;
}
.footer__content {
    justify-content: center;
}
.footer__copy {
    text-align: center;
}

.c-sale-table {
    padding-top: 20px;
}

.pb-table__group .pb-table__row {
    width: 50%;
}
