p {
	margin: 0;
	padding: 0rem 0 2rem 0;
}
#projects-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#projects-top-image {
	width: 100%;
	flex: 0;
	padding: 0 0 2rem 0;
}
.projects-text {
	width: 80%;
	margin: auto;
	flex: 1;
}
.projects-logos {
	width: 100%;
	height: 10rem;
	padding: 0;
	text-align: center;
}