.composition-project {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.composition-project a {
	width: 20%;
	margin-bottom: 5%;
	color: #fff;
	text-decoration: none;
}

.composition-project img {
	width: 100%;
	height: auto;
}

.smirnoff-ad {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.smirnoff-ad a {
	width: 30%;
	margin-bottom: 5%;
	color: #fff;
	text-decoration: none;
}

.smirnoff-ad img {
	width: 100%;
	height: auto;
}

h3 {
	padding-top: 2em;
	padding-bottom: 2em;
}