#accolades {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#accolades img {
    height: 90px;
    margin: 0.3rem;
}