section.banner {
    background-image: url(../../assets/image/30th-anniversary/anniv-banner.jpg);
    min-height: 700px;
    align-content: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

section.banner .header_content {
    max-width: 639px;
    width: 100%;
}

section.every-plate {
    background-color: #491321;
}

section.every-plate .content {
    gap: 100px;
}

section.every-plate .content img {
    width: 100%;
}

section.every-plate .content .text .image {
    margin-bottom: 30px;
}

section.every-plate .content .text * {
    color: white;
}

section.legacy .recipe {
    gap: 100px;
}

section.legacy .recipe img {
    width: 100%;
}

section.legacy .recipe .text .image {
    margin-bottom: 30px;
}

 section.steady {
    background-image: url(../../assets/image/30th-anniversary/steady-tab.jpg);
}

section.passing {
    background-image: url(../../assets/image/30th-anniversary/passing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.passing .passing_content {
    max-width: 990px;
    width: 100%;
    margin: auto;
}

@media (max-width: 1199px) {
    section.every-plate .content {
        gap: 50px;
    }

    section.legacy .recipe {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    section.banner {
        min-height: 440px;
    }
}

@media (min-width: 992px) {
    section.steady.side-container ._side_card {
        height: 600px;
    }
}

@media (min-width: 1200px) {
    section.steady {
        background-image: url(../../assets/image/30th-anniversary/steady.jpg);
    }
}