.catering-section{
    margin-bottom: 0;
}

.catering-section .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 350px;
    background-color: var(--color-blue);
    text-align: center;
    color: white;
}

.title{
    font-size: var(--title-font-size);
}

.catering-menu-section img{
    width: 100%;
    object-fit: contain;
}