/* ==========================================================================
    HISTORY PAGE CSS
========================================================================== */
/* 125 Years of Excellence */
.excel {
    margin-bottom: 3rem;
}
/* Tab Panels */
.plugin-tabs {
    margin-bottom: 3rem;
}
.history figure {
    text-align: center;
}
@media (min-width: 1280px) {
    .history {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}
/* Related News and Publications */
.related {
    margin-bottom: 3rem;
}