.nordic-roots-background{background-image:url(/northernlights.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:100vh;min-width:100vw;display:flex;flex-direction:column;justify-content:center}.nordic-roots-header-container{margin:8rem auto 2rem}.nordic-roots-container,.nordic-roots-header-container{background-color:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.5rem;border-radius:15px;border:2px solid var(--off-white);width:90%;box-sizing:border-box;color:var(--off-white);text-align:center}.nordic-roots-container{margin:2rem auto 5rem}.nordic-roots-container>p,.nordic-roots-header-container>p{font-size:1.2rem}.our-ethos-flex{flex-direction:row;gap:1rem;margin-inline:auto;width:90%;height:-moz-fit-content;height:fit-content;flex-wrap:wrap}.our-ethos-child,.our-ethos-flex{display:flex;justify-content:center}.our-ethos-child{position:relative;flex:1 1;height:400px;transition:flex .3s ease-in-out,transform .3s ease-in-out;background-size:110%;background-position:50%;background-repeat:no-repeat;border-radius:15px;border:2px solid var(--off-white);overflow:hidden;flex-direction:column;align-items:center;text-align:center;min-width:250px}.our-ethos-child img{z-index:0}.overlay{position:relative;z-index:1}.our-ethos-card-p{text-align:center;margin:0 auto}.our-ethos-child:hover{flex:2 1;background-size:130%;transform:scaleX(1.02);z-index:1}.our-ethos-child h3,h2{text-align:center;color:var(--off-white);font-size:1.5rem;transition:transform .3s ease}.our-ethos-child p{color:var(--off-white);opacity:0;max-width:80%;margin-top:.5rem;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.our-ethos-child:hover p{opacity:1;transform:translateY(0)}.our-ethos-child:hover p,.our-ethos-child>h3{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:600px){.nordic-roots-background{padding-top:50px}}