/*LAJIKKEET*/
.lajike_paketti{
	display:flex;
	flex-wrap: wrap;
}

.lajike_paketti img{
	align-self:flex-start;
}

.lajike_paketti div{
	max-width: 400px;
	margin-left: 10px;
}
/*----------------*/



#text_section{
	width: 100%;
}

#text_section .text{
	background-color: antiquewhite;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 80%;
	padding: 25px;

	margin-left: auto;
	margin-right: auto;
}

#text_section .image{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 80%;

	text-align: center;

	margin-left: auto;
	margin-right: auto;
}

#text_section .img1{
	width: 40%;
	margin: 5px;
}

#text_section .img2{
	width: 40%;
	margin: 5px;
}

#text_section .img3{
	width: 26%;
	margin: 5px;
}

#text_section h1{
	font-size: 40px;
	margin-bottom: 20px;
}

#text_section h3{
	font-size: 25px;
	margin-bottom: 10px;
}

#text_section h4{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 40px;
}

#text_section p{
	font-size: 20px;
	line-height:1.5;
	margin-bottom: 10px;
}

#text_section div ul{
	padding-left: 40px;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#text_section div ul li{
	margin: 5px;
}

#image_section{
	width: 100%;
}

#image_container{
	margin:40px;
	margin: 30px 100px;
}

#image_section img{
	width: 100%;
}

/*Grape page image*/
.float_img{
	width: 300px;
    height: auto;
    margin-right: 20px;

    float:right;
}