/*
Theme Name: Termeh Theme
Theme URI: https://www.nordantia.com/
Template: astra
Author: Child Theme Configurator
Author URI: https://www.nordantia.com/
Version: 3
Updated: 2024-08-31 16:43:07

*/

.lunch_list {
    max-width: 800px;
    margin: 0 auto 40px;
	text-align: center;
}

.lunch_list .title-area {
	margin-top: 20px;
	background-color: #060963;
	background-image: url("https://termeh.fi/wp-content/uploads/2024/10/133822.webp");
	background-size: cover;
	background-position: center;
	padding: 20px 10px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	font-size: 28px;
}

.lunch_list .title-area h2 {
	color: #fff;
}
.lunch_list .title-area h3 {
	color: #fff;
}

.lunch-item {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: solid 1px #dbdbdb;
	padding: 15px;
}

.lunch-text,
.lunch-img
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
}

.lunch-text p {
	font-size: 20px;
}
.lunch-text p {
	font-size: 15px;
}

.elementor .lunch-img img {
	border-radius: 5px;
}



@media only screen and (max-width: 700px) {
	.lunch-item {
		flex-direction: column;
	}
	.lunch-text,
	.lunch-img
	{
		width: 100%;
	}
	.lunch-text p {
		font-size: 80%;
	}
}



