/* Laravel-side layout repairs for imported public pages. */
@media (min-width: 992px) {
    .catalog_page .section-content-wrapper.with-leftblock {
        display: block;
        min-width: 0;
        width: 100%;
    }
}
/* Article images should be wrapped by the article text, as in the original layout. */
.detail-maxwidth.blog .services-detail__bottom-info .ordered-block:first-of-type {
    clear: none;
}

@media (max-width: 767px) {
    .detail-maxwidth.blog .detail-image--left,
    .detail-maxwidth.blog .detail-image--right {
        float: none;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
