.title-content {
    position: relative;
    z-index: 1;
}

.grid {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.title-content h2 {
    text-transform: uppercase;
}

.title-content h2 span {
    color: #E4212E;
}

.title-content .title-content__flex {
    margin-bottom: 0;
}
.txt-sub-content a {
 color : #fff ;

}
@media (min-width: 768px) {

    .title-content::after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 78px;
        height: 100%;
        background: #000;
    }
    
    .title-content h2 {
        padding-bottom: 0;
        width: 465px;
    }

    .title-content__flex {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }

    .title-content__flex .btn {
        margin-bottom: 5px;
    }

    .title-content__flex::after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 27px;
        right: 0;
        width: calc(100% - 479px);
        height: 2px;
        background: #E4212E;
        opacity: 0.5;
    }

}


@media (min-width: 1200px) {
    .title-content::after {
        width: 239px;
    }
    
    .title-content h2 {
        width: 709px;
    }

    .title-content__flex .btn {
        margin-bottom: 13px;
    }

    .title-content__flex::after {
        width: calc(100% - 709px);
        bottom: 35px;
    }

    .title-content__flex .with-icon {
        font-size: 58px;
    }
}

@media (min-width: 1367px) {
    .title-content::after {
        width: calc(50% - 624px);
    }
    
    .title-content h2 {
        width: 804px;
    }

    .title-content__flex::after {
        width: calc(100% - 804px);
    }

}

/*-------------New Updated Block Content Styles------------*/

@media (min-width: 768px){
.fabric_wrapper{
    display: flex;
}

.fabric_wrapper p {
    width: 420px;
    font-size: 20px;
    margin: 12px 0;
    text-transform: uppercase;
}

.txt-test {
    border-left: 2px solid red;
    padding-left: 45px;
    display: flex;
    align-items: center;
}
.new-banner .title-content__flex {
        display: block;
}

}

@media (min-width: 1367px) {
.new-banner .title-content__flex::after {
    width: calc(100% - 1079px);
}

}

/*---------End New Updated Block Content Styles------------*/