.aboutcontentview{
    /* height: 400px; */
    width: 100%;
    /* box-shadow: -5px 10px 38px rgba(0, 0, 0, 0.9); */
    background-color: white;
    /* margin-top: 5px; */
    color: #38868A;
    
}
.about-info{
    margin: 40px;
    /* display: none; */
}
.about-infos{
    margin: 40px;
    
}
.about-head{
    /* margin-top: 5px; */
    padding-top: 20px;
}

.vismis{
    /* width: 100%; */
    /* height: 400px;
    display: flex;
    justify-content: space-evenly;
    display: none; */
    /* margin: 40px; */
    /* padding-left: 200px; */


}

 .cont1 {
  /* box-shadow: 5px 0 10px -5px rgba(0, 0, 0, 0.8), -5px 0 10px -5px rgba(0, 0, 0, 0.9);

    position: relative; */
    /* width: 100%; */
  }
  .cont2{
    /* box-shadow: 5px 0 10px -5px rgba(0, 0, 0, 0.8), -5px 0 10px -5px rgba(0, 0, 0, 0.9);

    position: relative; */
    /* width: 100%; */
    
  }
  
  .image {
    /* display: block; */
    /* width: 300px;
    height: 400px; */
  }


  
  /* .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #38868A;
    overflow: hidden;
    width: 300px;
    height: 0;
    transition: .5s ease;
  } */
  
  /* .cont1:hover .overlay {
    bottom: 0;
    height: 100%;
  }
  .cont2:hover .overlay {
    bottom: 0;
    height: 100%;
  } */
  
  /* .text {
    white-space: nowrap; 
    color: white;

    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  } */

  .texts {
    /* white-space: nowrap;  */
    /* color: white; */
    /* font-size: 20px;
    position: absolute;
    overflow: hidden; */
    /* top: 30%;
    left: 50%; */
    /* transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
  }

  @media screen and (max-width: 1000px) {
    .vismis{
        /* width: 100%; */
        /* height: 400px; */
        /* display: none;
        text-align: center; */

        /* justify-content: space-evenly; */
        /* margin: 40px; */
        /* padding-left: 200px; */
    
    
    }
    /* .about-info{
        margin: 40px;
        display: contents;
    } */

    /* .cont2{
      margin-top: 20px;
    }

    .overlay {
      text-align: center;
      left: 10;
      right: 0;

    } */
    
}