.clients {
display:inline;
margin-left: 6%;
}


@media screen and (max-width: 480px) and (min-width: 320px) {
    /* For mobile phones: */
* {
    box-sizing: border-box;
}


.clients {
display:block;
} }