.contac /* el título no se mueve*/
{
    font-size: 60px;
    top: 130px;
    width: 100%;
    position: absolute;
    text-align: center;

}
.clientes_body
{
    padding: 5%;
    width: 89.5%;
    padding-top: 12%;
    padding-bottom: 6%;
    text-align: center;
}
.imgs5
{
    margin: 1%;
    padding: 0px;
    width: 18%;
    height: auto;
    box-shadow: 2px 2px 2px black;
    background-color: black;
    border-radius: 100%;
    border: 4px solid black;
    
}
section
{
    height: 100%;

}

@media screen and (max-width: 715px)
{
    .clientes_body
    {
        margin-top: 25%;
    }
    section
    {
        width: 100%;
    }
    .imgs5
    {
        position: relative;
        display: table;
        width: 70%;
        margin: 15%;
    }
}