.b_article-detail--lead,
.b_article-detail--content,
.b_page-detail--content,
.b_auction-detail--description,
.b_auction-detail--information-value,
.b_lot-detail--intro,
.b_lot-detail--text,
.b_article-page--content {
    display: flow-root;
}

.block__content-image {
    clear: both;
    display: block;
    margin: 32px 0;
    max-width: 100%;
    width: 100%;
}

.block__content-image.__left,
.block__content-image.__right {
    clear: none;
    width: min(40%, 360px);
}

.block__content-image.__left {
    float: left;
    margin: 4px 24px 20px 0;
}

.block__content-image.__right {
    float: right;
    margin: 4px 0 20px 24px;
}

.block__content-image.__center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.block__content-image .b_content-image--img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

.block__content-image.__left .b_content-image--img,
.block__content-image.__right .b_content-image--img {
    width: 100%;
}

.b_content-image--caption {
    color: #66635e;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    padding-top: 10px;
}

.block__content-image.__left ~ :is(h1, h2, h3, h4, h5, h6, ul, ol, blockquote, table, hr, figure),
.block__content-image.__right ~ :is(h1, h2, h3, h4, h5, h6, ul, ol, blockquote, table, hr, figure) {
    clear: both;
}

.b_article-detail--lead > :is(h1, h2, h3, h4, h5, h6, ul, ol, blockquote, table, hr, figure),
.b_article-detail--content > :is(h1, h2, h3, h4, h5, h6, ul, ol, blockquote, table, hr, figure),
.b_page-detail--content > :is(h1, h2, h3, h4, h5, h6, ul, ol, blockquote, table, hr, figure),
.b_auction-detail--description > :is(h1, h2, h3, h4, h5, h6, ul, ol, blockquote, table, hr, figure),
.b_auction-detail--information-value > :is(h1, h2, h3, h4, h5, h6, ul, ol, blockquote, table, hr, figure),
.b_lot-detail--intro > :is(h1, h2, h3, h4, h5, h6, ul, ol, blockquote, table, hr, figure),
.b_lot-detail--text > :is(h1, h2, h3, h4, h5, h6, ul, ol, blockquote, table, hr, figure),
.b_article-page--content > :is(h1, h2, h3, h4, h5, h6, ul, ol, blockquote, table, hr, figure) {
    clear: both;
}

@media (max-width: 620px) {
    .block__content-image,
    .block__content-image.__left,
    .block__content-image.__center,
    .block__content-image.__right {
        clear: both;
        float: none;
        margin: 28px 0;
        max-width: none;
        width: 100%;
    }

    .block__content-image .b_content-image--img {
        width: 100%;
    }
}
