.Section2{display:grid;justify-content:center;place-items:center;min-height:50dvh}.imageContainer{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;justify-content:center}.imageContainer>img{width:100%;aspect-ratio:1/1;min-width:100px;min-height:100px;max-width:200px;max-height:200px;border-radius:50%}.mapContainer{height:40vh;width:100%}.HeroSection{height:calc(90dvh - var(--nav-height));width:100%;display:flex;align-items:center;justify-content:left;overflow-y:hidden;margin-bottom:0}.HeroSection *{color:white}.heroVideoWrapper{display:block;top:0;left:0;background-color:rgba(0,0,0,.6);z-index:-1}#heroVideo,.heroVideoWrapper{position:absolute;width:100%;height:100%}#heroVideo{-o-object-fit:cover;object-fit:cover;z-index:-2}.HeroSectionCenterContainer{margin-left:13%}