
.headerItem{
	width: 20%;
	vertical-align: bottom;
}

@media screen and (max-width: 700px) {
	.headerItem{
		width: 33.33%;
		vertical-align: bottom;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	.headerItem{
		width: 50%;
		vertical-align: bottom;
		margin-bottom: 20px;
	}
}