.margen-lista{
    margin-top: 25px!important;
}

.section{
    padding-top: 1em!important;
}

.card{
    margin-top: 25px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    padding: 30px;
    margin: 20px; 
}

.card-title{
    border-top-color: yellow;
    border-top-style: outset;
    padding-top: 0.5em;
    text-align: center;
}