.second_general_disco_sect{
  height: 59vh;
    background-color: white;
    z-index: 10;
    
    position: relative;
    width: 100%;
    
 
}

.pr_dis_se{
    
    font-weight: 200;
  font-size: 4rem;
  font-family: Tsec;
    color: white;
}
.se_dis_se{
   
    margin-top: 10px;
    width: 500px;
    font-size: 1.1rem;
    color: white;
}
.back_img_dis{
    object-fit: cover;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    width: 100%;
}

.fon_back_im_dis{
  position: absolute;
  background-color: black;
  z-index: -2;
  height: 59vh;
  width: 100%;

}


.second_general_disco_sect2{
  background-color: white;
}





.cont_sec_h{
   /* padding-top: 50px;
    margin-left: 40px;*/

   
    padding-bottom: 20px;
    
    width: 550px;
    padding-top: 50px;
    padding-left: 40px;

}

.long_med_dis{
    padding-bottom: 60px;
    padding-top: 60px;
    gap: 40px;
    margin-left: 20px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: space-around;
   
}


.pr_dis_se1{
    font-weight: 200;
    font-family: 'Tsec';
    margin-bottom: 10px;
    font-size: 4rem;
}

.se_dis_se1{
    width: 700px;
    margin-bottom: 20px;
    font-family: robotos;
}

    @media (max-width: 1140px){
      .second_general_disco_sect{ 
         background-color: transparent;}

         .fon_back_im_dis {
          position: absolute;
          background-color: black;
          z-index: -2;
          height: 100vh;
          width: 100%;
      }

      .cont_sec_h {
        padding: 40px 20px 40px 20px;
        opacity: 0.8;
        width: auto;
    }

    .long_med_dis {
      padding: 30px 20px 20px 20px;
      margin-top: 0;
      opacity: 1;
      margin-left: 0px;
      background-color: white;
      gap: 40px;
      display: flex;
      align-items: center;
      justify-content: space-around;
      flex-direction: column;
  }

  .se_dis_se1 {
     width: auto;
     text-align: center;
    margin-bottom: 40px;
    font-family: robotos; }

      .back_img_dis {
    
      z-index: 1;
     position: relative;
      opacity: 0.4;
      object-fit: cover;
      height: 80vh;
      width: 100%;
  }


  .pr_dis_se{
    text-align: center;
  }

      .se_dis_se {
        text-align: center;
        /* margin-top: 30px; */
        width: auto;
        font-size: 0.9rem;
        color: white; }


        .aft_content {
          display: flex;
          margin-right: 40px;
          opacity: 0.8;
          flex-direction: column;
          align-items: center;
      }



  .fif_back_img{
    opacity: 0.5;
  }
}



