ds-feature ds-button[slot="buttons"] {
    width: fit-content;
    @media only screen and (max-width: 639px) {
        width: 100%;
        display: block;
    }
}

ds-feature .second-sub-bloc picture[slot="first-image"] {
    @media only screen and (max-width: 1110px) {
        img {
            width: 100%;
        }
    }
}

ds-grid ds-feature .second-sub-bloc picture[slot="first-image"] {
    @media only screen and (max-width: 1110px) {
        img {
            width: auto;
        }
    }
}