.landing h2 {
    color: #ed3424 !important;
}

.grid-section .container .row {
    margin-top: 35px
}


.catering-select-box {
    width: 75%;
    background-color: #ed3424;
    padding:20px;
    margin: 0 auto;
    border: 20px solid white;
}

.landing ul {
    list-style-type: none;
}

    .landing ul li::before {
        content: "●";
        color: #ed3424;
        display: inline-block;
        width: 1em;
        margin-left: 1em;
    }

    @media (max-width: 1234px) {
        .group-meal-form .video-container.updated {
            position: relative;
            padding-bottom: 0!important;
            padding-top: 0px;
            overflow: visible !important;
            height: auto !important;

            /*height: 0;
            overflow: hidden;*/
        }
    }

@media (max-width:1030px) {
    .catering-arrow { display: none;}
}


@media (max-width: 1000px) {
    .landing .Article {
        display: flex;
        flex-direction: column;
    }

        .landing .Article.Right {
            display: flex;
            flex-direction: column-reverse;
        }
}
