.hearingPhotos,
.conferencePhotos {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}

.hearingPhotos .photo,
.conferencePhotos .photo {
    padding: 25px;
}
.hearingPhotos .photo {
    width: 33%;
    min-width: 325x;
}

.conferencePhotos .photo {
    height: 335px;
}

.conferencePhotos .photo img {
    height: 100%;
    width: auto;
}

.dfehBioPic {
    border: 2px solid var(--dfeh-color-gold);
}

img.icon {
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
}