.panel-informe-convocatoria{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 800px;
}

@media (max-width: 992px){    
    .panel-informe-convocatoria{
        height: 500px;
    }
}

@media (max-width: 768px){
    .panel-informe-convocatoria{
        height: 400px;
    }
}

@media (max-width: 576px) {
    .panel-informe-convocatoria{
        margin-top: 60px;
        margin-bottom: 70px;
        width: 400px;
        height: 300px;
        transform: rotate(-90deg);
        transform-origin: center center;
    }
}