:root{--page-title-display:none;}/* Start custom CSS */.expert-list .gallery-item {
    margin-bottom: 1rem !important;
}
.expert-list .gallery-icon {
    margin-bottom: 0.1rem;
}
.expert-list img {
    max-width: 200px;
    width: 100%;
}

/* MAX-WIDTH */
@media screen and (max-width: 767px) {
    
.expert-list .gallery-item {
    margin-bottom: 3rem !important;
    width: 50%;
}

.expert-list .gallery-icon {
    margin-bottom: 0;
}
.expert-list .gallery-item figcaption {
    font-size: 12px;
}
}/* End custom CSS */