.dyad-awards-section {
	text-align: center;
}

.dyad-awards-section h2 {
	margin-bottom: 2em !important;
}

.dyad-awards-section ul {
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.dyad-awards-section ul li {
		break-inside: avoid;
	}
	.dyad-awards-section ul {
		columns: 2;
	}
}

@media screen and (max-width: 767px) {
	.dyad-awards-section {
		margin-bottom: 2em;
	}
}
