@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    .notice-label {
        display: none;
    }

    .notice-marquee {
        width: 100%;
    }

    .leader img {
        height: 300px;
    }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .navbar-nav .nav-item:last-child {
        margin: 0.5rem 0;
    }
}
@media (max-width: 992px) {
    .speech-row {
        align-items: center;
    }
    .speech-row h3 {
        font-size: 1.25rem;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .carousel-item img {
        height: 180px;
    }
    .school-image-circle {
        width: 100%;
    }
    .speech-row {
        align-items: center;
    }
    .speech-row h3 {
        font-size: 1.25rem;
        text-align: center;
    }
    .hide-on-sm {
        display: none !important;
    }
}
