img.logo.logo-scrolled,
img.logo.logo-display {
    max-height: 55px;
}

.logo-light img {
    max-height: 44px;
}

div.image-box {
    width: 23%;
    margin: 1%;
    padding: 5px;
    display: flex;
    float: left;
    height: 150px;
    background: #EEE;
    align-items: center;
}

div.image-box img {
    max-width: 100%;
    max-height: 70%;
    margin: auto;
}

p {
    color: #000;
}