.lunch-week-menu-container {
	width: 100%;
	min-width: 290px;
}

.lunch-week-title {
	text-align: center;
}

.lunch-week-title h3 {
    color: #626262
}
.lunch-day-menu-container {
	margin-bottom: 30px;
}


.lunch-list-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
	max-width: 600px;
	text-align: center;
}

.lunch-list-container h3 {
	font-weight: bold;
	font-size: 32px;
	color: #626262;
	
}

.lunch-item-container {
	display: grid;
	grid-template-columns: repeat(2, auto);
	width: 100%;
	min-width: 290px;
}

.lunch-item-container p {
	font-size: 25px;
	line-height: 28px;
	font-weight: 300;
	color: #626262;
}