.text-w-full-bg__bg {
    position: relative;
    z-index: 1;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.text-w-full-bg__grid {
    position: relative;
    z-index: 2;
    padding-block: 0;
    border-radius: 15px;
    margin-top: -0;
    margin-bottom: 50px;
}

.text-w-full-bg {
    position: relative;
}

.text-w-full-bg__content-box {
    background: #fff;
    max-width: 755px;
    padding: 50px 0;
    border-radius: 5px;
}

.text-w-full-bg__content ul {
    margin-top: 0;
    margin-bottom: 30px;
}


@media (min-width: 600px) {
    .text-w-full-bg__grid {
        border-radius: 15px;
        margin-top: -100px;
        margin-bottom: 50px;
    }
    .text-w-full-bg__content-box {
        padding: 50px;
        box-shadow: 0px 0px 15px #00000029;
    }

     .text-w-full-bg__bg {
          height: 300px;
    }

}

@media (min-width: 1025px) {
    .text-w-full-bg__bg {
        position: absolute;
        height: 100%;
    }

    .text-w-full-bg__grid {
        padding-block: 80px;
        margin-top: 0;
        margin-bottom: 0;
    }
}
