@charset "utf-8";
.wrapper .last_buttons {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	flex-direction: row;
	flex-wrap: wrap;
}
.wrapper .last_buttons .white_button {
	margin: 15px;
}
.wrapper .last_buttons .blue_button {
	margin: 15px;
}


.wrapper .funding_logos {
	display: flex;
	grid-template-columns: 1fr 1fr;
	margin-top: 133px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 44px;
	max-width: 891px;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
}
.wrapper .funding_logos .eu_logo_funding {
	display: flex;
	align-items: center;
	min-width: 542px;
}
.funding_logos .eu_logo_funding .eu_logo_txt {
	margin-left: 14px;
	font-size: 35px;
	color: #00349a;
	line-height: 40px;
}
.wrapper .funding_text {
	display: flex;
	text-align: center;
	font-style: italic;
	font-weight: 600;
	color: #124677;	
	font-size: 24px;
	line-height: 31px;
	flex-wrap: wrap;
	flex-shrink: 1;
	flex-direction: row;
		
/*	margin: auto;
	max-width: 60%;
	


	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;*/
}
.wrapper .funding_logos .SESAR_logo {

}
.wrapper .further_buttons {
	display: flex;
	justify-content: space-around;
	max-width: 662px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
