/*Egyéni css Maroevich Milán a kapcsolat részhez*/

.mnb {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0;
	align-items: center;
}

.mnb div {
	text-align: center;
	height: 100px;
	width: 100%;
	align-items: center;
	padding: 3px;
	justify-content: center;
}

.mnb div .mnb_p p {
	margin: 0;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.mnb div .mnb_p {
	justify-self: center;
}

  .bal, .jobb {
	white-space: nowrap;
  }
  .bej {
	text-align: center;
  }
  
  .vonal {
	flex: 1;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
  
  .vonal::before {
	content: ". . . . . . . . . . . . . . . . . . . . . .";
	letter-spacing: 2px; /* ritkítja a pontokat */
	margin:4px;
	color: #888;
  }

@media screen and (max-width: 500px) {
	.mnb div {
		width: 95%;
		font-size: 12px;
	}
}