.all-insights {
    background-color: var(--se-main-color-grey);
}

.all-insights__titleset {
    max-width: 606px;
    margin: 0 auto;
    text-align: center;
}

.all-insights__title.heading-2 {
    margin-bottom: 60px;
}

.all-insights__image {
    padding: 60px 60px 0 60px;
    margin-bottom: 48px;
    background-color: var(--se-main-color-grey-dark);
    border-radius: 10px;
}

.all-insights__image img {
    display: block;
}

@media screen and (max-width: 991px) {
    .all-insights__titleset {
        max-width: 478px;
    }

    .all-insights__title.heading-2 {
        margin-bottom: 74px;
    }

    .all-insights__image {
        padding: 36px 36px 0 36px;
    }
}

@media screen and (max-width: 767px) {
    .all-insights__titleset {
        max-width: none;
    }

    .all-insights__title.heading-2 {
        margin-bottom: 48px;
    }

    .all-insights__image {
        padding: 0;
        margin-bottom: 32px;
        overflow-x: scroll;
    }

    .all-insights__image img {
        max-width: 636px;
    }
}