.details {
    background: #FAFBFC;
    padding: 160px 0 120px;
}
.details h2,
.tabs-information__heading {
    margin-bottom: 59px;
}

@media (max-width: 992px) {

    .details {
        padding: 80px 0 80px;
    }

    .details h2,
    .tabs-information__heading {
        margin-bottom: 40px !important;
    }

    .tabs-information__header--insights {
        padding-left: 20px;
    }

    .tabs-information__heading--insights {
        margin-bottom: 10px;
    }
}