.section-textimage {
    margin-top:60px;
}
.section-textimage.lightbg {
    background:var(--bs-light);
    padding:40px;
    margin-top:60px;
}

.section-textimage.secondarybg {
    background:var(--bs-secondary);
    padding:40px;
    margin-top:60px;
}
.section-textimage.secondarybg * {
    color:var(--bs-white);
}

.section-textimage.secondarybg .btn {
    background:var(--bs-primary);
}

.section-textimage .row {
    align-items: center;
}

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

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

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

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

.section-textimage .textblock {
    padding-right:80px;
}

.section-textimage .row-reverse .textblock {
    padding-left:80px;
    order:2;
}

.textblock ul {
    font-size:14px;
    font-family: "Roboto", Arial, sans-serif;
    list-style:none;
    padding:0;
    margin:0;
    margin-bottom:25px;
}
.textblock ul li {
    position: relative;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    min-height:25px;
    align-items: flex-start;
    padding-left: 35px;
}
.textblock ul li:before {
    content: "•";
    flex: 0 1 22px;
    max-width: 15px;
    color: var(--bs-primary);
    margin-right: 10px;
    display: block;
    font-size: 40px;
    line-height: 24px;
    position: absolute;
    left: 0;
}
@media screen and (max-width: 1280px) {
    .section-textimage .row-reverse .textblock {
        padding-left:30px;
    }
    .section-textimage .textblock {
        padding-right: 30px;
    }
    .section-textimage .col-6 {
        flex:50%;
        width:50%;
        max-width:50%;
    }
}

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