<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .page .o-content-section {
    padding-bottom: 23px;
}

@media screen and (min-width: 768px) {
    .page .o-content-section {
        padding-bottom: 70px;
    }
}

.page .o-content-section.h-wrapping-space {
    padding-top: 23px;
}

@media screen and (min-width: 768px) {
    .page .o-content-section.h-wrapping-space {
        padding-top: 70px;
    }
}

.page .o-content-section.h-reduce-space-between+.o-content-section.h-reduce-space-between {
    margin-top: -23px;
}

@media screen and (min-width: 768px) {
    .page .o-content-section.h-reduce-space-between+.o-content-section.h-reduce-space-between {
        margin-top: -70px;
    }
}
 */

@media screen and (min-width:768px) {
    .m-image-composition {
        position: relative;
        margin: 0;
    }

    .m-image-composition__image-wrapper {
        width: auto;
        left: 0;
    }

    .m-image-composition__text-wrapper {
        border-left: 3px solid red;
        margin: -60px 0 0 100px;
        padding: 100px 0 40px 30px;
    }

    .artcollection-page .m-image-composition__text-wrapper {
        border-left-color: #7396a0;
    }

    .m-image-composition__heading {
        font-size: 26px;
        line-height: 32px;
    }
}

.site-footer--social-item {
    height: 24px;
}

</pre></body></html>