.section-callout {
    color: #fff;
}

.section-callout .svg-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.section-callout .wrapper {
    width: 100%;
}

.section-callout .heading p {
    position: relative;
    left: -3px;
}

.section-callout .heading-area {
    /* display: flex; */
    text-align: left;
    /* justify-content: flex-end; */
}

.section-callout .heading-area strong {
    font-weight: 500;
}

.section-callout .h1-style {
    color: var(--tateru-color-white);
}

.section-callout.textmode-dark,
.section-callout.textmode-dark .h1-style {
    color: var(--tateru-color-primary);
}