.container {
	margin-top: 5%;
}

.front-page-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

@media (max-width: 530px) {
	.front-page-wrapper {
		margin-top: 100px !important;
		justify-content: left;
	}

	.project-card-wrapper, .project-blog-wrapper {
		width: 100% !important;
	}
}