@media (max-width: 760px) {
    .ds-hero__left--image img {
        width: 100vw;
    }

    .ds-hero__inner {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: var(--s2);
        flex-wrap: wrap;
    }

    .ds-header__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .ds-nav__list {
        justify-content: flex-start;
    }
}

@media (min-width: 900px) {
    .ds-hero__right--intro {
        text-align: justify;
    }
}