/* Make image wrapper a positioning context */
.t754__content {
    position: relative;
    overflow: hidden;
}

/* Move text inside image (bottom-left) */
.t754__textwrapper {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 3;
    max-width: 65%;
    color: #fff;
}

/* Optional: improve readability */
.t754__textwrapper::before {
    content: "";
    position: absolute;
    inset: -10px;
    background: rgba(0,0,0,0.45);
    border-radius: 6px;
    z-index: -1;
}

/* Move button inside image (bottom-right) */
.t754__buttons {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 3;
}

/* Ensure image layers stay behind */
.t754__bgimg {
    z-index: 1;
}

.t754__container_mobile-flex {
    flex-wrap: wrap;
}