

        .clients{
            padding: 200px 0;
        }

.innovationbox {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 60%;
    height: auto;    
    transition: transform .5s ease-in;
    margin: 8px auto;
}

.innovationbox img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.innovationbox:hover {
    transform: scale(1.2);
}