.c-people-card-wrapper{--cols:1;flex-wrap:wrap;gap:2%;padding-top:2em}.c-people-card{margin-bottom:1em;position:relative;width:calc(96%/(var(--cols)))}.c-people-card:after{background:linear-gradient(3.39deg,rgba(0,0,0,.42) 39.69%,hsla(0,0%,40%,0) 97.05%);border-radius:8px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .3s ease-in-out;z-index:0}.c-people-card__image{height:100%}.c-people-card__image img{border-radius:8px;height:100%;transition:all .3s ease-in-out;vertical-align:bottom;width:100%}.c-people-card__text{bottom:20px;left:20px;padding-bottom:0;position:absolute;z-index:1}.c-people-card__text--name{padding-bottom:.2em}.c-people-card__text--jobtitle,.c-people-card__text--name{color:var(--white-color);font-family:Roboto,sans-serif;font-weight:900;letter-spacing:.07em;margin:0}.c-people-card__link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.c-people-card__link span{color:var(--white-color);font-family:Roboto,sans-serif;font-size:1.35em;font-weight:900;opacity:0;transition:all .3s ease-in-out}.c-people-card__link:active span,.c-people-card__link:focus span,.c-people-card__link:hover span{opacity:1}.c-people-card:active img,.c-people-card:focus img,.c-people-card:hover img{-webkit-filter:blur(2px);filter:blur(2px)}.c-people-card:active:after,.c-people-card:focus:after,.c-people-card:hover:after{background:linear-gradient(3.39deg,rgba(0,0,0,.62) 39.69%,hsla(0,0%,40%,0) 97.05%)}@media (min-width:480px){.c-people-card-wrapper{--cols:2}}