.content {
	grid-area: box3;
	background-color: white;
	margin-top: 20px;
	width: 85%;
	justify-self: center;
}
.text {
	margin-left: 0;
}
.text p {
	text-align: center;
}
.text em {
	font-weight: normal;
}

/* .content h2 {
	font-size: 35px;
	text-align: center;
	margin-top: 15px;
}
.content h3 {
	font-size: 25px;
}
.content p {
	text-align: center;
	font-size: 20px;
} */
.container div {
	margin-bottom: 60px;
	flex-basis: 45%;
}

.container {
	margin-top: 40px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;

	align-items: center;
	text-align: center;
}

.unsc img {
	margin-top: 20px;
	margin-bottom: 50px;
	height: 200px;
}
.nato img {
	margin-top: 20px;
	margin-bottom: 80px;
	width: 290px;
	height: auto;
}
.euro img {
	margin-top: 32px;
	margin-bottom: 65px;
}
.women img {
	margin-top: 10px;
	margin-bottom: 40px;
	width: 300px;
}
.union img {
	margin-top: 20px;
	margin-bottom: 40px;
}

/* ##########  MOBILE  ########## */
@media only screen and (max-width: 824px) {
	.content {
		width: 95%;
		padding: 20px 0;
	}
	/* .content h2 {
		font-size: 25px;
		padding: 5px;
	}
	.content h3 {
		font-size: 20px;
	}
	.content p {
		font-size: 15px;
	} */
	.container div {
		margin-bottom: 60px;
		flex-basis: 90%;
	}

	.nato {
		margin-top: 20px;
	}
	.nato img {
		margin-bottom: 30px;
	}
	.unsc img {
		margin-bottom: 20px;
	}
	.euro img {
		margin-top: 10px;
		margin-bottom: 20px;
	}

}