/* Keep Bootstrap columns from flex-shrinking beside the full-width heading and divider. */
@media (min-width: 992px) {
    html body .about-our-work .how-define > .col-md-7,
    html body .about-our-work .sroki > .col-md-7 {
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }

    html body .about-our-work .how-define > .col-md-5,
    html body .about-our-work .sroki > .col-md-5 {
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }
}
