.logos{
    max-width: 70px;
    background: #fff;
    border-radius: 5px;
}

.prod{
    display: flex;
    flex-flow: row wrap;
    background: #e5e5e5;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 20px;
}

.prod img{
    max-height: 225px;
}