section.cosa-impareremo {
    --h1-max-height: 25;
    --r-heading-color: black;
    left: 0%;
    width: 100% !important;
}

/* section.cosa-impareremo .plantuml {
    max-height: 56vh;
    max-width: 50vw;
    position: relative;
} */

section.cosa-impareremo p,
section.cosa-impareremo ul {
    --r-main-font-size: 1.5vw;
    font-size: var(--r-main-font-size);
}

section.cosa-impareremo h1 {
    /* position: relative;
    top: 1vh;
    left: 1vh; */
    min-height: 25vh;
    /* left: 6vh; */
    margin-bottom: 1vh;
}

h1 {
    display: grid;
    align-items: start;
}

section.cosa-impareremo.shape .shape {
    shape-outside: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    /* shape-margin: 5%; */
    /* shape-outside: polygon(0 0, 0 200px, 200px 300px); */
    width: 36%;
    height: 100%;
    float: left;
    /* opacity: 1; 
    background-color:#ff000055; */
}