.presentation-container {
    min-height: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.presentation {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.presentation {
    font-size: 1.25rem;
}

.presentation h1 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.presentation h2 {
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.2;
}

/* .presentation p, */
.presentation h3,
.presentation li {
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    /* font-size: clamp(1.1rem, 1.75vw, 1.5rem) !important; */
    line-height: 1.5;
}

/* img {
    max-height: 70vh;
    object-fit: contain;
} */

img {
    max-width: 100%;
    height: auto;
}