.section-image_text_overhang {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-image_text_overhang.image-position-right .image-text-area {
    direction: rtl;
}

.section-image_text_overhang .textmode-light {
    color: var(--tateru-color-white)
}

.section-image_text_overhang .subheading {
    font-family: var(--tateru-primary-font);
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: var(--tateru-color-primary);
    margin-bottom: calc(var(--tateru-default-padding) / 2);
            text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

.section-image_text_overhang .the-heading {
    font-size: 21px;
    line-height: 23px;
    color: var(--tateru-color-primary);
    font-family: var(--tateru-primary-font);
    margin-bottom: 0;
    max-width: 320px;
}

.section-image_text_overhang .the-heading em {
    font-family: var(--tateru-heading-font);
    font-weight: 400;
}

.section-image_text_overhang .image-text-area {
    column-gap: 0;
}

.section-image_text_overhang .caption-area {
    width: 100%;
}

.section-image_text_overhang img  {
    max-width: 100%;
    height: auto;
}

.section-image_text_overhang .heading {
    margin-bottom: calc(var(--tateru-default-padding) / 2);
    color: var(--tateru-color-primary);
}

.section-image_text_overhang .image-column {
    display: flex;
    background-position: center;
    background-size: cover;
}

.section-image_text_overhang .image-column img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.section-image_text_overhang .text-column {
    padding-left: var(--tateru-default-padding);
}

.section-image_text_overhang.image-position-right .text-column {
    padding-left: 0;
    padding-right: var(--tateru-default-padding);
}

.section-image_text_overhang .text-column .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    height: 100%;
    direction: ltr;
}

.section-image_text_overhang .text-column .content {
    padding-left: calc(var(--tateru-default-padding) / 2);
    border-left: 1px solid #D5D5D5;
}

.section-image_text_overhang.limited-width .image-text-area {
    max-width: 1000px;
    margin: 0 auto;
}

.section-image_text_overhang.image-position-right .image-text-area > .image-column,
.section-image_text_overhang.image-position-right .caption-area > .image-label {
    order: 0;
}

.section-image_text_overhang.image-position-right .caption-area > .image-label {
    text-align: right;
}

.section-image_text_overhang .button-footer {
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.section-image_text_overhang .image-label {
    padding-top: 15px;
}

@media screen and (max-width: 1000px) {
    .section-image_text_overhang .image-text-area {
        flex-direction: column;
    }

    .section-image_text_overhang .image-text-area > div {
        width: 100%;
    }

    .section-image_text_overhang .text-column {
        padding-left: 0px;
    }

    .section-image_text_overhang {
        align-items: center;
    }

    .section-image_text_overhang .content {
        /*padding-top: 25px;*/
        padding-right: 0;
    }

    .section-image_text_overhang .text-column {
        padding-left: 0 !important;
    }

    .section-image_text_overhang.image-position-right .text-column {
        padding-right: 0;
    }

    .section-image_text_overhang .the-heading {
        max-width: 100%;
    }
}