section.text-image-bg .block_background_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

section.text-image-bg .fade_content p {
    max-width: 80%;
}

/* section.text-image-bg .container {
    height: 50vh;
}

section.text-image-bg .container .row {
    height: 100%;
} */

section.text-image-bg .container .row .tib--center {
    transition: background-color 0.1s ease;
    padding: 1rem 6rem 3rem 6rem !important;
    /* word-break: break-all; */
}

@media (max-width: 775px) {
    section.text-image-bg .container .row .tib--center {
        height: auto;
    }
    section.text-image-bg .block_background_image {
        object-position: center !important;
    }
}
@media (max-width: 600px) {
    section.text-image-bg .container .row .tib--center {
        padding: 2rem !important;
    }
}
