.sponsorContainer{
	display: flex;
	flex-wrap: wrap;
}

.sponsorItem {
	width: calc(25% - 20px);
    margin-right: 20px;
	display: flex;
	justify-items: center;
	align-items: center;
}

.sponsorItemLink {
	width: 100%;
	text-decoration: none;
	font-family: mvboli;
}

.sponsorItemLink:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 992px) {
	.sponsorItem {
		width: calc(25% - 8px);
	}
}

@media only screen and (max-width: 576px) {
	.sponsorItem {
		width: calc(50% - 8px);
	}
}