@charset "utf-8";

.heading-lv5__relate {
    margin: 50px 0 0;
}
.heading-lv5__relate div.block h5.heading_title {
    font-size: 18px;
}
.column-layout__insert .image-set {
    justify-content: flex-start;
}

@media print, screen and (max-width: 767px) {
    .heading-lv5__relate {
        margin: 30px 0 0;
    }
    .heading-lv5__relate div.block h5.heading_title {
        font-size: 14px;
    }
    .column-layout__insert .image-set {
        justify-content: center;
    }
}