.case-studies-wrap{
    margin: auto;
    display: flex;
    max-width: 1400px;
    height: 1200px;
    margin: auto !important;
    justify-content: center;
  }
  .case-study-single-cont{
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
  }
 
  .case-study-single-cont:hover{
  }
  .case-study-single-cont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
   .case-study-info{
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    opacity: 0;
    width: 95%;
    transition: all 0.5s ease;
    color: white;
    padding: 1.5em;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .case-study-info a h4:hover{
    color: #00adee;
  }

  .case-study-single-cont .case-study-info{
    background-color: rgba(39,39,39,0.9)
  }
  .case-study-info h4{
    color: white;
    transition: all 0.2s ease;
    margin: 0px 0px 10px 0px;
  }
  .case-study-single-cont:hover .case-study-info{
    top: 2.5%;
    opacity: 1;
  }
  .read-more{
    padding: 10px;
    background-color: white;
    color: black;
    border-radius: 5px;

  }

  .column-1{
    width: 66%;
    height: 100%;
  }
  .column-1 > .case-study-single-cont{
    width: 100%;
    height: 33%;
  }
  .column-2{
    width: 33%;
    
  }
  .column-2 .case-study-single-cont:nth-child(2){
    height: 66%;
  }
  .column-2 .case-study-single-cont:nth-child(1){
    height: 33%;
  }
  .row-1{
    height: 66%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;

  }
  .row-1 .case-study-single-cont{
    height: 50%;
    width: 50% !important;
  }
  .row-1 .case-study-single-cont:nth-child(3){
    height: 100%;
  }
.case-study-single-cont p{
    color: white !important;
    font-size: 0.8em;
}
.case-study-single-inner{
    overflow-y: hidden;
    position: absolute;
    top: 0;
    left: 2.5%;
    width: 100%;
    height: 98.5%;
    box-sizing: border-box;
    position: absolute;
    
}
.case-studies-carousel{
    display: none !important;
}
@media only screen and (max-width: 1100px){
    .case-studies-wrap{
        display: none;
    }
    .case-studies-carousel{
        display: flex !important;
    }
}

.case-studies-wrap .row-1 .case-study-single-cont:nth-child(3):hover .case-study-info, .column-2 .case-study-single-cont:nth-child(2):hover .case-study-info{
  top: 1.3% !important;
}

.column-1 > .case-study-single-cont .case-study-info{
  width: 97.5%;
}
.column-1 > .case-study-single-cont .case-study-single-inner{
left: 1.3% !important;
}

