.section{height:calc(100vh - 4rem);width:100%;background-image:url(/images/health.jpg);background-size:cover}.h1{background-color:rgba(245,245,245,.6);color:#4f574d;text-align:center;margin-top:.5rem}.mappingContainer{height:100%;display:flex;flex-wrap:wrap;justify-content:center;justify-content:space-evenly;align-items:center}.mappingItems{background-color:rgba(245,245,245,.9);border:1px solid #4f574d;border-radius:20px;padding:.5rem;display:flex;align-items:center;justify-content:center;height:20vh;width:20vw}.mappingItems:hover{transform:scale(1.05);box-shadow:3px 3px 15px 1px #889a83}.link{text-decoration:none;color:#4f574d;display:flex;flex-direction:column;justify-content:center;align-items:center}.h2Title{text-align:center;font-size:1.2rem}@media screen and (max-width:426px){.section{background-image:none;height:100vh}.mappingContainer{flex-wrap:nowrap;flex-direction:column;align-items:start}.h1,.mappingItems{background-color:transparent}.mappingItems{margin-bottom:3%;flex-direction:row;height:-moz-fit-content;height:fit-content;width:100%;border:none}.mappingItems:hover{transform:none;box-shadow:none}}