.cater-wrapper{
    width: 1030px;
    /* height: 310px; */
    padding-right: 0px;
    padding-left: 0px;
    margin: auto;
    margin-bottom: 80px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 20px 44px 0 rgb(131 134 163 / 25%);
       -moz-box-shadow: 0 20px 44px 0 rgb(131 134 163 / 25%);
            box-shadow: 0 20px 44px 0 rgb(131 134 163 / 25%);
    
}

.caterImg{
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: 100%;
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
}

/*Media Queries*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .cater-wrapper{
        width: auto;
    }
}
@media(max-width: 991px){
    .caterImg{
        max-height: 350px;
    }

    .cater-wrapper{
        width: auto;
        height: auto;
    }
    .enough-on-plate-section {
        padding: 0;
    }
    .cater-wrapper{
        margin-bottom: 0;
    }
}
@media(max-width: 600px){
    .caterImg{
        max-height: 180px;
    }
}