.school {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.school img {
    width: 175px;
    border-radius: 4px;
}