/* mason gallery */
.aboutTechLife{
    background-image: url(../images/techlifebg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.techGalleWrapp{padding: 0 20px; margin-top: 3.25em;}
.grid-wrapper > div {display: flex;justify-content: center;align-items: center;grid-column: span 2; overflow: hidden;}
.grid-wrapper > div > img {width: 100%;height: 100%;object-fit: cover;border-radius: 5px;}

.grid-wrapper { display: grid ; grid-gap: 20px; grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); grid-auto-rows: 280px; grid-auto-flow: dense; isolation: isolate;}
.grid-wrapper > div{box-shadow: 0px 4px 24.2px 1px rgba(255, 255, 255, 0.2); background: #121212; border-radius: 32px;}
.secDesign{background: rgba(255, 255, 255, 0.05) !important; box-shadow: 0px 4px 24.2px 1px rgba(255, 255, 255, 0.2); border-radius: 32px;}
.grid-wrapper .wide {grid-column: span 5; isolation: isolate;}
.grid-wrapper .tall {grid-row: span 2; isolation: isolate;}
.grid-wrapper .middle {grid-column: span 3 !important; isolation: isolate;}

.techGallInfo{position: absolute; top: 33px; left: 32px; right: 32px; padding-right: 3.43em;}
.techLifeIcon{max-width: 64px; margin-bottom: 2em;}
.techGallInfo h5{margin-bottom: 0.7em; font-size: 24px; font-weight: 600;}
.foundBotImg {width: 100%; float: left;position: absolute;bottom: -8px; z-index: -1;}
.transformImg{width: 100%; float: left;position: absolute;bottom: -8px; z-index: -1;}
.connectingImg {width: 52%;float: left;position: absolute;right: 0; z-index: -1;}
.rootsTree{width: 38%; position: absolute; right: 0; bottom: 0; z-index: -1;}
.transformative{width: 35%;position: absolute;right: 0; z-index: -1;}
.foundLife{max-width: 622px; width: 100%;}

/* vision mission */
.visionMission{
    background-image: url(../images/vm-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.visionMissionBox{justify-content: space-between; align-items: start;}
.vmText{ width: 40%;}
.vmText h4{font-size: 40px;}
.vmTxtRgt{align-self: flex-end;}
.vmImg{max-width: 20%;}
.visionBox{flex-direction: row-reverse;}



/* our values */
.ourValues{
    background-image: url(../images/ourvalue-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* .ourValueSlide{margin-top: 3.25em;}
.ovSlideItem{margin-top: 3.25em; background: rgba(255, 255, 255, 0.05);border: 1px solid rgba(213, 215, 216, 0.3); box-shadow: 0px 0px 24.2px 1px rgba(255, 255, 255, 0.2);border-radius: 20px; padding: 64px 23px; margin: 21px 15px;} 
.ovSlideItem h5{margin-bottom: 3.75em;}
.ovSlideItem p{font-weight: --fw-semi-bold;} */
.ourValHead h3{text-align: left;}
.ourValuesInfo{margin-top: 3.27em;}
.ourValueText{max-width: 60%;}
.ourValueText h5{font-size: 36px;}
.ourValueText p{font-size: 30px;}
.ourValueImg{max-width: 35%;}

 

/* EHC Section */
.ehcTextBtn{display: flex; justify-content: center; align-items: center; flex-direction: column;}
.ehcTextBtn h3{font-size: 44px; margin-bottom: 0.5em;}



  