#sobre-fundadores h4{
    text-align: center;
}

#sobre-fundadores .kontena-contactos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.fotos-contactos{
    margin: 30px;
}

.fotos-contactos img{
    width: 100%;
    height: 300px;
    max-width: 280px;
    border-radius: 500px;
    border-style: groove;
    border-color: salmon;
}

@media (min-width:1230px){
    
    .fotos-contactos{
    margin: 15px;
    }
    
    
}