.v_bback{
  
   position: fixed;
   top: 0;
    height: 100vh;
    object-fit: cover;
    width: 100%;
    z-index: 1;
}

.img_back1{
    opacity: 0.7;
    z-index: -10;
    position: fixed;
   top: 0;
    object-fit: cover;
    height: 100vh;
width: 100%;
}
.general_third_section_dis{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    width: 100%;
   
}

.back_col_tr{
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: black;
    z-index: -2;
}


.txt_med_ch{
font-weight: 200;
    color: white;
    font-family: 'Tsec';
    font-size: 4rem;}


    @media (max-width: 1140px){

        .txt_med_ch{
            font-weight: 200;
                color: white;
                font-family: 'Tsec';
                font-size: 1.5rem;}
    }