@CHARSET "UTF-8";
.attempt {
	max-width: 1000px;
	margin: 0 auto;
}
.attempt .block {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: 30px 0;
}
.attempt .block div {
	width: 50%;
}
.attempt .block div.img-block {
	display: flex;
	flex-direction: column;
}
.attempt .sdgs {
	display: flex;
	flex-direction: column;
	margin: 30px 0;
}
.attempt .sdgs div.logo-image {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}
.attempt .sdgs div.logo-image img {
	width: calc(100% / 6 - 6px);
	margin: 0 3px;
}
.attempt .block div.text-block,
.attempt .sdgs div.text-block {
	text-align: left;
	padding: 0 10px 10px;
}
.attempt .block div.text-block p,
.attempt .sdgs div.text-block p {
	padding: 0 0 10px;
}
@media only screen and (max-width: 1100px) {
	.attempt {
		width: 95%;
	}
	.attempt .block div.text-block p,
	.attempt .sdgs div.text-block p{
		font-size: 14px;
	}
}
@media only screen and (max-width: 768px) {
	.attempt .block {
		flex-direction: column-reverse;
		margin: 10px 0;
	}
	.attempt .block div {
		width: 100%;
	}
	.attempt .sdgs {
		margin: 30px 0 10px;
	}
}
@media only screen and (max-width: 428px) {
	
}




