.modulo-academia {
            border-radius: 0.3rem;
            padding: 2rem;
            color: #000;
            background-size: 45%;
            height: 100%;
            background-color: #eee;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .descripcion-academia {
            min-height: 185px;
            flex-grow:1;
        }
        .trama-academia {
            background: #eee url('/frontend/images/trama-gris.svg') no-repeat right center;
        }

        .decoration-none{text-decoration: none;}

        .flex-grow-1 {
    flex-grow: 1;
}

.posiciones-abiertas .col-md-4{flex:1 1 auto;max-width: 33%; }