
h2{
	color:#12231;
	font-size:35px;
	border:none;
	margin-bottom:20px;
	font-family: 'Courgette', cursive;
}

h3{
	color:#333;
	margin-bottom:16px;
	font-size:26px;
	font-weight:bold;
	font-family: 'Courgette', cursive;
}


.top_sdgs{
	background: #fff;
	padding:20px;
	margin-bottom: 20px;
	margin-top:20px;
}

.top_sdgs .flex{
	display: flex;
	flex-wrap: wrap;
}

.top_sdgs .icon{
	margin-right: 5px;
}

.top_sdgs .icon:nth-child(7n){
	margin:0;
}

.top_sdgs .icon img{
	max-width:94px;
	height: auto;
}