svg.logo-desktop, svg.logo-mobile {
	max-width: 200px;
	background-repeat: no-repeat;
}

.logo-desktop {
	height: 80px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.logo-desktop {
		height: 50px;
	}
}

@media (min-width: 1201px) and (max-width: 1500px) {
	.logo-desktop {
		height: 60px;
	}
}

.logo-mobile {
	height: 40px;
}
