.section-doubleimage {
    margin-top:60px;
}
.section-doubleimage .row {
    align-items: center;
    gap: 80px;
}

.section-doubleimage .col-6 {
    flex:0 1 calc(50% - 40px);
    max-width:calc(50% - 40px);
}

.section-doubleimage .col-6.imageblock {
    display:flex;
    flex-wrap:nowrap;
    gap:5px;
}

.section-doubleimage .imageblock img {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
}

.section-doubleimage .textblock hr {
    max-width:120px;
    border-top:2px solid var(--bs-secondary);
    margin:30px 0;
    opacity:1;
}

.section-doubleimage .row-reverse .imageblock {
    order:1;
}

.section-doubleimage .row-reverse .textblock {
    padding-left:0;
    order:2;
}

.section-doubleimage .supline {
    margin-bottom:5px;
}

.section-doubleimage .highlightwrap .supline {
    margin-bottom:20px;
}

.highlightwrap {
    padding:20px 20px 20px 0;
    margin-top:20px;
}
.supline {
    margin-bottom:20px;
    display:block;
}
.singlehighlight {
    font-size: var(--basetext);
    margin-bottom:8px;
    padding-left:20px;
}
.highlightbg {
    position: absolute;
    top: -15px;
    left: 0;
}
.highlightslist {
    position:relative;
}


@media screen and (max-width: 960px) {
    .section-doubleimage .row {
        gap:10px;
    }
    .section-doubleimage .row.gx-2 {
        margin:0 0;
    }
    .section-doubleimage .col-6 {
        flex:0 1 100%;
        max-width:100%;
        padding: 0;
    }
    .section-doubleimage .textblock {
        padding-left: 0;
        padding-top:20px;
        padding-bottom:0;
    }
    .section-doubleimage .imageblock img {
        width: 100%;
        right: 0;
        margin-bottom:20px;
    }
    .section-doubleimage .row-reverse .imageblock img {
        width:100%;
        margin-left:0;
    }
    .section-doubleimage {
        margin-top:20px;
    }
}
