section.banner {
    position: relative;
    width: 100%;
    height: 304px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 -200px 200px #00000025;
    padding-bottom: 6rem;
}

section.banner .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

section.banner .container h1 {
    color: #fff;
    margin: 0 !important;
    text-shadow: 1px 1px 4px #00000075 !important;
}

section.banner .container h4 {
    font-size: 1.4rem;
    color: #fff !important;
    margin: 0 !important;
    text-transform: none !important;
    width: 50%;
    text-align: center;
    text-shadow: 1px 1px 4px #00000075 !important;
}

.food-collection-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (max-width: 650px) {

    .food-collection-card {
        width: 100%!important;
    }
}