div#menu-motto {
	width: 67rem;
	max-width: 100vw;
	text-align: center;
}

div#menu-motto img {
	margin-top: 8rem;
	float: right;
	width: 90%; 
	max-width: 45rem;
}

@media (max-width: 69rem) {
	div#menu-motto img { float: none; }
}

div#zx-menu-persony {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	
	width: 100vw;
	
	background-color: rgba(0, 0, 0, 0.75);
}

div#zx-menu-persony .menu-opcja {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	
	width: 11rem;
	max-width: 11rem;
	margin-top: 2rem;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	margin-bottom: 1rem;
}

div#zx-menu-persony .menu-opcja img.menu-icon {
	width: 5rem;
	height: 5rem;
	
}

div#zx-menu-persony .menu-opcja .menu-text {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: hidden;
}

div#zx-menu-persony h5 {
	font-size: 1.2rem;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	margin-top: 1rem;
	margin-bottom:0.5rem; 
}

div#zx-menu-persony h6 {
	font-size: 0.7rem;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	margin-bottom: 0.1rem;
	margin-top: 0rem;
}

div#zx-menu-persony a h6 {
	color: #999999;
}