h3 {
    font-size: 28px;
    font-weight: 700;
}

@media (min-width: 64em) {
    .grid-margin-x>.large-3 {
        width: calc(25% - 8px);
        margin-inline: 0px;
    }
}

.grid-x.grid-margin-x {
	display: flex;
	justify-content: space-between;
}

.statistics .statistics__container {
	width: 100%;
    margin-inline: 1em !important;
}

@media (min-width: 64em) {
    .statistics .statistics__container {
        margin-inline: 0px !important;
	}
}

div.competitive-awards h2,
div.our-team h2,
div.news-briefs h2 {
    clear: both;
    padding-top: 24px;
}

div.competitive-awards h3,
div.our-team h3,
div.news-briefs h3 {
    clear: both;
    border-top: 1px solid black;
    padding-top: 24px;
}