#logo {
    transition: border 0.3s ease, transform 0.3s ease;
}

#logo:hover {
    border: 3px solid var(--bs-primary);
    transform: scale(1.03);
}

.committee-gallery {
    column-count: 2;
    column-gap: 10px;
}

.committee-gallery div {
    break-inside: avoid;
    margin-bottom: 10px;
}

.committee-gallery img {
    width: 100%;
    cursor: zoom-in;
}

@media (max-width: 768px) {
    .committee-gallery {
        column-count: 1;
    }
}
