.main {
    padding-top: 42px;
    padding-bottom: 45px;
}

.intro-text {
    margin-top: 32px;
    margin-bottom: 15px;
}

.description {
    margin-top: 30px;
    margin-bottom: 24px;
}

.waiter {
    max-width: 116px;
}

.waiter-group {
    max-width: 340px;
    height: auto;
    margin: auto;
}

@media screen and (max-width: 770px) {
    .waiter {
        max-width: 33vw;
    }

    .waiter-group {
        max-width: 90.67vw;
    }
}

.post-btn {
    margin-top: 28px;
    margin-bottom: 12px;
}

.schedule {
    margin-top: 48px;
    margin-bottom: 55px;
    position: relative;
}

.take-action {
    position: absolute;
    right: 45px;
    bottom: -48px;
}

.cooking {
    transform: translateX(9px);
    margin-bottom: 16px;
}

.notes {
    font-size: 12px;
    font-weight: 700;
    padding-left: 62px;
    padding-right: 62px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.notes .item {
    display: flex;
    align-items: baseline;
}

.notes .item-style {
    content: url("../images/list-style-icon.svg");
}

.shrink-space {
    text-indent: -4px;
}

.expand-space {
    padding-left: 2px;
}

.top-btn {
    margin-bottom: 33px;
}

@media screen and (max-width: 770px) {
    .notes {
        padding-inline: clamp(3.875rem, -2.8299rem + 28.6076vw, 10.9375rem);
    }
}
