.by-countries a {
	color: #000000;
	letter-spacing: 0;
}
.by-countries .level-1 {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 16px;
}
.by-countries .level-2 {
	display: inline-block;
	margin-right: 8px;
	white-space: nowrap;
	font-weight: bold;
}
.by-countries .level-3 {
	display: inline-block;
	margin-right: 8px;
	white-space: nowrap;
	text-decoration: none;
	padding: 4px 0;
}
.by-countries .row {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 16px;
}
.by-countries .row .col {
	width: 30%;
	padding-right: 3%;
	overflow: hidden;
}

@media all and (max-width: 768px) {
	.by-countries .row {
		flex-wrap: wrap;
	}
	.by-countries .row .col {
		width: 46%;
		padding-right: 3%;
	}
}