.nonamebar-game-text-section {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 18px;
}

.nonamebar-game-text-section__heading {
	color: #1e1e1e;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 auto 10px;
	max-width: 64rem;
	text-align: center;
}

.nonamebar-game-text-section__body {
	color: #50575e;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 64rem;
	text-align: center;
}

.nonamebar-game-text-section__body > *:last-child {
	margin-bottom: 0;
}
