.modificar-proyecto .title{
    text-align: center;
    margin-top: 50px;
}
.crud-opciones{
    width: 90%; 
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.crud-opciones .ov-btn-grow-skew, .crud-opciones  form{
    width: 30%;
    margin: auto;
    margin-top: 30px;
    height: 100px;
    align-content: center;
}

.crud-opciones form .ov-btn-grow-skew{
    width: 100%;
}
.ov-btn-grow-skew.danger{
    background-color: var(--danger-btn-color);
}

.section-wrap-crud{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 20px auto;

}

@media (max-width: 990px) {
    .crud-opciones .ov-btn-grow-skew, .crud-opciones  form{
    width: 80%;
}
}