.title {
	margin-bottom: 20px;
}

.subtitle {
	margin-bottom: 50px;
}

.players-group {
	margin-bottom: 50px;
}

.players-group__letter {
	display: block;
	font-size: 40px;
	text-transform: uppercase;
}

.players-group__list {
	padding: 0;
	margin: 0;
	list-style: none;
	column-count: auto;
	column-width: 150px;
}

.players-group__player {
	color: var(--text-color);
	font-size: 14px;
}

.players-group__player:hover {
	color: var(--primary);
	text-decoration: underline;
}

/* Large screens */
@media only screen and (min-width: 992px) {
	.players-group__list {
		column-width: 200px;
	}

    .players-group__player {
		font-size: 16px;
	}
}
