#content-egresados {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 15px;
    box-shadow: var(--shadow-1);
    overflow: hidden;
}

#bnn-izq {
    left: 3%;
}

#bnn-der {
    right: 3%;
}