/* .card1 {
    background: yellowgreen;
} */
.foundSection{
    padding: 50px;
    padding-bottom: 100px;
    background-color: #dfe2df;
    min-height: 110vh;
}
.founderSectionDetail {
    /* max-width: 1200px;
    min-height: 100vh; */
    padding: 50px;
    margin: 0 auto;
}
.founderCard{
    /* width: 60vh;
    height: 70vh; */
    position: relative;
}
.founderDesc{
    min-height: 38vh;
    font-size: 1.5rem;
    font-weight: 500;
    color: #3a3a3a;
}
.fndrRndImg{
    background-color: #d5d8d5;
    object-fit: cover;
    
    /* transition: all ease .4s; */
}
.card1{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #f5f5f5;
    /* padding: 40px 20px; */
    filter: drop-shadow(4px 4px 4px #1c383f3d);
}
.founderIntro2 {
    min-height: 100vh;
}
.info {
    padding: 40px;
    border-radius: 5px;
    width: 60vh;
    height: 70vh;
    background: white;
}
/* .founderCard:hover .info{
    visibility: visible;
} */
.founderName{
    color: #18a69f;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'Cairo', cursive;
}
.founderJobTitle{
    color: #4e4e4e;
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 600;
}
.fndrDetail{
    width: 100%;
    background: white;
    padding: 50px;
    font-size: 1.3rem;
}
.fndrDetail h3{
    font-size: 2.3rem;
}
.unHideFndImg{
    display: none;
}
@media only screen and (min-width: 1352px ) {
    .founderDesc {
        min-height: 26vh;
        font-size: 1.5rem;
        font-weight: 500;
        color: #3a3a3a;
    }
}
@media only screen and (max-width: 1920px ) {
    /* For large laptop: */
    


  }
@media only screen and (max-width: 990px) {
    /* For medium: */
    .founderDesc {
        min-height: 26vh;
    }
    .fndrRndImg{
        /* background-color: #d5d8d5;
        object-fit: cover; */
        height: 50vh;
        object-position: 0 -343px;
        
        }
    .hideFndImg{
        display: none;
    }
    .unHideFndImg{
        display: block;
        object-position: 0 -41px;
    }
    
}

  