.top-info-block {
	box-sizing: border-box;
	padding: 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.top-info-block img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

@media (max-width: 576px) {
	.top-info-block {
		height: 60px;
	}
}