.menu-food-item {
display: flex;
margin-bottom: 10px;
}
.foot-item-image {
width: 150px;
height: 100px;
border: 1px solid #d0b250;
border-color: #d0b250!important;
border-radius: 10px;
margin-right: 10px;
}
.foot-item-content {
width: -webkit-calc(100% - 100px);
width: calc(100% - 130px);
}
.menu-food-item.lunch {}
.menu-food-day {
padding: 10px 15px;
margin-bottom: 20px;
border-bottom: 1px dashed #d0b250;
border-color: #d0b250!important;
position: relative;
}
#top .foot-item-image img {
height: 100%;
width: 100%;
object-fit: cover;
}
#top .foot-item-image img[src=""] {
display: none;
}
#top .foot-item-image {
overflow: hidden;
}
.menu-food-date {
position: absolute;
right: 0;
top: 0;
background: #d0b250;
padding: 5px 10px;
color: white;
font-weight: bold;
font-size: 18px;
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
}
.foot-item-content > p {
column-count: 2;
column-rule: 1px dashed #d0b250;
color: #555;
}
.foot-item-content > h3 {
color: #333;
font-size: 18px;
}
.weekly-menu{
max-width: 800px;
margin-left: auto;
margin-right: auto;
background: beige;
border-radius: 10px;
overflow: hidden;
border-top-right-radius: 0px;
}
@media only screen and (max-width:33.875em) { 
.foot-item-content > p{
column-count: 1 !important;
}
.menu-food-date{
position: relative;
width: 110%;
border-radius: 0;
margin-left: -14px;
margin-right: -10px;
margin-top: -10px;
margin-bottom: 10px;
}
}