.datos-proyectos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem;
}
.proyecto{
    width: 30%;
}