@charset "utf-8";
.wrapper #fourth .fourth {
	display: flex;
	grid-template-columns: 1fr 1fr;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
.wrapper #fourth {
	padding-top: 100px;

}

.wrapper #fourth .fourth_intro {
	text-align: center;
	margin-bottom: -35px;
}
#fourth .fourth_intro h2 {
	font-size: 24px;
	line-height: 31px;
	color: #4F4F4F;
}
#fourth .fourth_intro h1::after {
	content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;		
}
#fourth .fourth .fourth_result {
	display: grid;
	grid-template-columns: 1fr 4fr;
	max-width: 505px;
	max-height: 150px;
}
.fourth .fourth_result .fourth_nbr {
	font-size: 124px;
	font-weight: bold;
}
.fourth .fourth_result #one {
	color: #5b8df7;
	font-family: saira;
}
.fourth .fourth_result #two {
	color: #497deb;
	font-family: saira;
}
.fourth .fourth_result #three {
	color: #4773d1;
	font-family: saira;
}
.fourth .fourth_result #four {
	color: #3b62b5;
	font-family: saira;
}
.fourth .fourth_result #five {
	color: #33559f;
	font-family: saira;
}
.fourth .fourth_result .result_txt {
	max-width: 371px;
	padding-top: 35px;
}

.fourth_result .result_txt p {
	font-style: italic;
	padding-left: 10px;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	color: #4F4F4F;
}
.wrapper #fourth .impact_intro {
	margin-bottom: 95px;
}

#fourth .impact_intro h1 {
	text-align: center;
}
.impact_content  h2  {
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	color: #124677;
}

.impact_content h2::after {
		content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;
}

#fourth .impact_intro h1::after{
	content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;		
}.wrapper #fourth .impact_content {
	display: flex;
	grid-template-columns: 1fr 1fr;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
.wrapper #fourth .publications {
	margin-bottom: 84px;
}
#fourth .impact_content .first_impact {
	border-radius: 25px;
	max-width: 524px;
	box-shadow: 2px 2px 20px 10px #00000029;
	-webkit-box-shadow:  3px 2px 20px 10px #00000029;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}
#fourth .impact_content .second_impact {
	border-radius: 25px;
	max-width: 524px;
		box-shadow: 2px 2px 20px 10px #00000029;
	-webkit-box-shadow:  3px 2px 20px 10px #00000029;
		padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}

#fourth .publications h1{
	text-align: center;
}
.wrapper #fourth .publication_content {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

#fourth .publications h1::after {
content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;		 
}
#fourth .publication_content .publication_piece {
	max-width: 300px;
	box-shadow: 2px 2px 20px 10px #00000029;
	-webkit-box-shadow: 3px 2px 20px 10px #00000029;
	/*border: thick solid  #D4D4D4;*/
	border-radius: 25px;
	padding: 60px;
	
}
.wrapper #fourth .publications_view_more {
	/* [disabled]align-items: center; */
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.wrapper #fourth .phase {
	margin-top: 197px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 49px;
	text-align: center;
}
#fourth .phase h1::after {
	content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;		
}
.wrapper #fourth .diagr {
	display: block;
	max-height: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#fourth .diagr img {
		display: block;
	max-height: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
