.AboutValues{padding-bottom:150px}.AboutValues h2{margin-bottom:60px}.AboutValues_Grid{display:grid;gap:0 40px;grid-template-columns:1fr}@media only screen and (min-width: 1080px){.AboutValues_Grid{grid-template-columns:1fr 1fr}}.AboutValues .ServiceCard{border-bottom:1px solid var(--border-color);margin-top:-1px}.AboutLeadership{padding-bottom:150px}.AboutLeadership h2{margin-bottom:40px}.AboutLeadership_Grid{display:grid;gap:20px;grid-template-columns:1fr}@media only screen and (min-width: 1024px){.AboutLeadership_Grid{grid-template-columns:1fr 1fr 1fr}}.AboutLeadership_Grid>*{border:1px solid var(--sol-dark);border-radius:20px;overflow:hidden;position:relative;max-width:450px}.AboutLeadership_Grid>* .bio{background:rgba(0,0,0,.84);position:absolute;inset:0;color:#fff;padding:40px;opacity:0;transition:.2s opacity}.AboutLeadership_Grid>*:hover .bio{opacity:1}.AboutLeadership_Grid h3{color:#d7a86b;padding-inline:30px;padding-top:30px}.AboutLeadership_Grid p{padding-inline:30px;margin-bottom:20px}.AboutLeadership_Grid img{height:auto;width:100%}