#exhibitions .item .exhibition_title {
    margin-top: 5px;
    font-family: var(--strong-font-family);
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
    #exhibitions .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 1280px) {
    #exhibitions .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}