ds-header {
    @media only screen and (max-width: 1110px) {
        picture[slot="big-image"] img {
            width: 100%;
        }
    }
}

.headersimulators {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    align-items: center;
}

.headersimulators .size-simu {
    width: 445px;
}

.headersimulators .size-simu img {
    display: block;
    margin: auto;
}


@media (max-width: 992px) {
    .headersimulators {
        flex-direction: column;
    }

    .headersimulators .size-simu {
        width: 100%;
    }
}