.ce_jiheader_h1 {
    padding-bottom: 1.5rem;
}

.ce_jiheader_image {
    margin-left: -0.75rem;
    width: calc(100% + 1.5rem);
    height: auto;
}

.ce_jiheader_textbox {
    padding: 1.5rem;

    width: 100%;

    background: var(--ji-red);
    background: linear-gradient(90deg, var(--ji-red) 0%, var(--ji-red-dark) 100%);
}

.ce_jiheader_textbox h2 {
    font-size: 1.25rem;
    color: #ffffff;
    margin: 0;
}

@media (min-width: 992px) {
    .ce_jiheader {
        position: relative;
        padding-bottom: 1rem;
    }

    .ce_jiheader_textbox {
        position: absolute;
        bottom: -1rem;
    }
}

@media (max-width: 991px) {
    .ce_jiheader_image {
        margin-left: -1rem;
        width: calc(100% + 2rem);
    }

    .ce_jiheader_textbox {
        margin-left: -1rem;
        width: calc(100% + 2rem);
    }

}