.statement {
    background: rgb(230, 232, 235);
    padding: 7% !important;
}

.statement .statement-content {
    margin-bottom: 5vh;
}

.statement h1 {
    font-size: clamp(1.5rem, 6.5vw, 8rem);
    line-height: 1.2;
    white-space: nowrap;
    overflow: visible;
    text-transform: uppercase;
}

.statement h1.bigger {
    font-size: clamp(2rem, 8.5vw, 10rem);
    white-space: nowrap;
    overflow: visible;

    text-transform: uppercase;
}

.statement p {
    max-width: 68vw;
    font-size: clamp(1rem, 3vw, 2.5rem);
    text-align: justify
}

.statement img {
    height: clamp(2rem, 8.5vw, 10rem);
    width: auto;
    vertical-align: text-top;
    margin-left: 3vw;
}

@media (max-width: 1366px) {
    .statement.vh-100 {
        height: auto !important;
    }
}