#mission-and-vision-section {
	padding: 40px;
	flex-direction: column;
}

#board-of-directors-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

#board-of-directors-section > button {
	width: 30vw;
	margin-left: auto;
	margin-right: auto;
}

#board-images {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#board-images > div > img {
	width: 200px;
	height: 200px;
	padding: 10px;
}

#bottom-images-section {
	width: 80vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#bottom-images-section > img {
	width: 30%;
	padding: 10px;
}

@media only screen and (max-width: 650px) {
    #board-of-directors-section > button {
		width: 60vw;
	}
}