.mission {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 66%;
}

.mission > p {
	text-align: center;
}
