.image-between-sections:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--bs-section-top);
    height: var(--bs-section-top-percentage);
    width: 100%;
    z-index: 0;
}

.component.component-generic.image-between-sections .top-section-half .title {
    display: table;
    margin: 0 auto;
}

.component.component-generic.image-between-sections .top-section-half * {
    color: var(--bs-black);
    z-index: 0;
}

.component--text.image-between-sections .text-area {
    max-width: inherit;
    margin: 0 auto;
}

.component--text.image-between-sections .no-border figure {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.component--text.image-between-sections .no-border figure:before {
    display: none;
}

@media(min-width: 992px) {
    .component.component-generic.image-between-sections .top-section-half .title {
        left: -40px;
    }
}