.general_fourth_disco{
    display: flex;
    height: 100vh;
    align-items: center;
    width: 100%;
    background-color: #fff;
}



.slider_vis_dis{
   width: 100%; 
   
   overflow: hidden;
   
 
}

.slider_vis_dis .new_slide{
    display: flex;
    animation: slide 15s infinite ease-in-out;
    width: 400%;
}

.slider_vis_dis .old_slide{
   
    width: 100%;
    list-style: none;
}

.slider_vis_dis .img_vis_dis{
   
    object-fit: contain;
    width: 100%;
    height: 500px;
}

.aft_content{
    margin-right: 40px;
    opacity: 0.8;
}

.H_ed{
    font-size: 4rem;
    font-weight: 200;
    font-family: Tsec;
}

.pal_ed{
    font-size: 1.1rem;
    width: 700px;
    margin-bottom: 20px;
}


@keyframes slide{
    0%{margin-left: 0;}
    20%{margin-left: 0;}

    25%{margin-left: -100%;}
    45%{margin-left: -100%;}

    50%{margin-left: -200%;}
    70%{margin-left: -200%;}

    75%{margin-left: -300%;}
    100%{margin-left: -300%;}


}




@media (max-width: 1140px){


    .aft_content {
        padding: 10px 40px 0px 40px;
        display: flex;
        margin-right: 0px; 
        opacity: 0.8;
        flex-direction: column;
        align-items: center; }
    
    .general_fourth_disco {
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 30px;
        display: flex;
        flex-direction: column;
        height: auto; 
        align-items: center;
        width: 100%;
        background-color: #fff;
        justify-content: center;
    }

    .pal_ed {
        text-align: center;
        font-size: 1.1rem;
         width: auto; 
        margin-bottom: 20px;}
}
