/*.rest-card {
    max-width: 424px;
    border: 1px solid rgba(0, 0, 0, 20%);
    border-radius: 15px;
    margin-bottom: 36px;
}
.card-content {
    max-width: 384px;
    padding: 20px;
    margin-bottom: 21px;
}*/
.food-heading{
    margin-bottom:50px;
}
@media screen and (max-width:1024px){
    .rest-card{
        margin:0 auto;
        margin-bottom:20px;
    }
}