*{
	margin: 0;
	padding: 0;
}

.top-menu-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 110px;
}
.container-2{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.topmenu-logo {
  max-height: 100%;
  display: flex;
}
.topmenu-logo img{
	height: 100%;
}
@media (max-width: 768px) {

	.top-menu-content{
		height: 60px;
	}
}