.image-two-column-text {
    position: relative;
    padding-bottom: var(--section-margins);
    z-index: 1;
}

.image-two-column-text__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}

.image-two-column-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 35.58%, rgba(253, 247, 231, 0.9) 100%);
    z-index: -1;
}

.image-two-column-text__top-content {
    margin-bottom: 20px;
}