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

section.roadmap .plantuml {
    max-height: 56vh;
    max-width: 50vw;
    position: relative;
}

section.roadmap p,
section.roadmap ul {
    --r-main-font-size: 1.5vw;
    font-size: var(--r-main-font-size);
    display: block !important;
}

section.roadmap h1 {
    min-height: 23%;
    margin-bottom: 0;
    /* margin-left: -15vh; */
    /* margin-bottom: 8vh; */
}

/* section.roadmap.twocolumns {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 19% 42%;
    gap: 3vh 0;
    grid-auto-flow: row;
    grid-template-areas:
        "h1 h1"
        ". .";
    text-align: left;
    --r-block-margin: 0
} */

/* section.roadmap.twocolumns * {
    border: 1px solid red;
} */

section.roadmap h1 {
    display: grid;
    align-items: center;
}

section.roadmap.shape .shape {
    shape-outside: polygon(0 0, 7% 0, 7% 25%, 100% 25%, 100% 33%, 12% 33%, 12% 100%, 0 100%);
    clip-path: polygon(0 0, 7% 0, 7% 25%, 100% 25%, 100% 33%, 12% 33%, 12% 100%, 0 100%);
    shape-margin: 1%;
    width: 100%;
    height: 100%;
    float: left;
    /* opacity: 1;
    background-color:#00ff0055; */
}

.admonition {
    width: 80%;
    left: 6vw;
}