.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}
.catering-content {
    margin-top: 113px;
}
.catering-banner {
    height: 647px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.catering-info {
    max-width: 740px;
    margin: 100px auto;
    margin-top: 50px;
    padding: 0 16px;
}
.catering-info h1 {
    font-family: Matura MT Script Capitals;
    font-weight: 400;
    font-size: 56px;
    line-height: 110.00000000000001%;
    text-align: center;
    color: #C50009;
    margin-bottom: 24px;
}
.catering-info p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #3F3A49;
    margin-bottom: 24px;
    padding: 0 46px;
}

.catering-info .btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.catering-info .btn-content a {
    display: inline-block;
    padding: 11px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-decoration: none;
    color: #FFFFFF;
    background: #C50009;
    margin-right: 16px;
}

@media (max-width: 1280px) {
    .catering-content {
        margin-top: 96px;
    }
}

@media (max-width: 769px) {
    .catering-content {
        margin-top: 76px;
    }
    .catering-banner {
        height: 400px;
    }
    .banner-2 {
        height: 300px;
    }
    .catering-info {
        width: 100%;
        margin: 80px auto;
        padding: 0 16px;
    }
    .catering-info h1 {
        font-weight: 400;
        font-size: 48px;
        line-height: 110.00000000000001%;
        color: #C50009;
        margin-bottom: 24px;
    }
    .catering-info p {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 24px;
        padding: 0
    }

    .catering-info .btn-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .btn-content.bottom {
        flex-wrap: unset;
    }

    .catering-info .btn-content a {
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        padding: 11px 0;

        text-align: center;
        width: calc(100% / 2 - 5px);
        margin: 0;
    }
    .catering-info .btn-content a:nth-child(3) {
        width: 100%;
    }
    .catering-info .btn-content a.menu {
        width: 98px;
    }
    .catering-info .btn-content a.room {
        width: 100%;
    }
}

@media (max-width: 573px) {
    .catering-content {
        margin-top: 72px;
    }
}