/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 15 2022 | 08:35:07 */
@charset "UTF-8";
.sdgs section{
	margin-top: 5rem;
}
@media (max-width: 1000px){
	.sdgs section{
		margin-top: 3rem;
		text-align: left;
	}
}
.sdgs h3{
	color: #4472c4;
}
.sdgs dt,.sdgs dd{
	padding-left: 0;
	border-left: 0;
}
.sdgs .attempt{
	margin-top: 0;
}
.sdgs .attempt dt br{
	display: none;
}
@media (max-width: 1000px){
	.sdgs .attempt dt br{
		display: block;
	}
}
.sdgs .attempt ul li{
	flex: 1;
	margin-left: 10px;
}
.sdgs .attempt ul li:first-child{
	margin-left: 0;
}
.sdgs .work dd ul{
	margin-left: 2rem;
	list-style: auto;
}
.sdgs .work dl + ul{
	display: flex;
	justify-content: flex-start;
}
.sdgs .work dl + ul li{
	width: calc((100% - (10px * 3)) / 4);
	max-width: 150px;
	margin-left: 10px;
}
@media (max-width: 1000px){
	.sdgs .work dl + ul li{
		max-width: inherit
	}
}
.sdgs .work dl + ul li:first-child{
	margin-left: 0;
}
@media (max-width: 1000px){
	.sdgs .work small {
		display: block;
		font-size: 75%;
	}
	.sdgs .work dl + ul li{
		width: calc((100% - (5px * 3)) / 4);
		margin-left: 5px;
	}
}
.sdgs .about{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 5rem;
	border-top: 1px solid #337ab7;
}
@media (max-width: 1000px){
	.sdgs .about{
		padding-top: 3rem;
	}
}
.sdgs .about p{
	flex: 1;
	margin-left: 2rem;
}
@media (max-width: 1000px){
	.sdgs .about p{
		margin-top: 1rem;
		margin-left: 0;
	}
}
.sdgs .about p + figure{
	order: -1;
}
.sdgs .about figure + figure{
	width: 100%;
	margin-top: 3rem;
}
@media (max-width: 1000px){
	.sdgs .about figure + figure{
		margin-top: 1rem;
	}
}








