/* Reorganized from wwwroot/css/responsive/site-576.css. */
@media (max-width: 576px) {

.oif-overview-title {
    font-size: var(--summit-title-font-size) !important;
    line-height: var(--mobile-brand-title-line-height) !important;
}

.oif-overview-title {
    padding-bottom: .85rem;
}

.oif-overview-title::after {
    width: var(--mobile-brand-title-underline-width) !important;
}

.oif-overview-page {
    padding-top: var(--summit-page-top-space);
    padding-bottom: var(--summit-page-bottom-space);
}

.oif-overview-img-container img {
    width: 40%;
    max-width: 100px;
}
}
