#fourpeople {  
    display:flex;
    flex-direction: row;
    height: auto;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 200px;
	margin-top: -35px;
}

#vasenmentor {
    position: relative;
    width: 25%;
    height: 150px;
    color: #438945;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: #438945;
    text-align: center;
    padding-top: 80px;
}

#keskimentor {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    text-decoration-color: #438945;
    width: 50%;
    height: auto;
}

h2 {
    color: #438945;
}

hr {
    color: #438945;
    margin-top: -10px;
	height: 2px;
	background-color: #438945;
}

#oikeamentor {
    width:25%;
    height: auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
	color:#438945;
    text-decoration: underline;
    text-decoration-color: #438945;
    text-align: center;
    padding-top: 70px;
}

@media only screen and (max-width: 640px) { 
	#fourpeople {  
    display:flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
	margin-bottom: 100px;
}
	
#keskimentor {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 22px;
	line-height: 35px;
    text-decoration-color: #438945;
    width: 90%;
    height: auto;
	margin-left: 25px;
}
	
h2 {
    font-weight: bolder;
	font-size: 35px;
    color: #438945;
	text-align: center
}
#vasenmentor {
	order:3;
	font-size: 20px;
	width: 100%;
	margin-top: -50px;
}	
	
#oikeamentor {
	order: 2;
	font-size: 20px;
	width: 100%;
	margin-top:-50px;
}

}
