/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.stakeholder{position:relative;display:grid;grid-template-rows:200px min-content 1fr;height:100%;transform:translate(3px,3px);background-color:#f2f4f7;box-shadow:4px 4px 0 0 rgba(61,72,83,0.2);transition:all 175ms ease-in-out;padding-bottom:2rem;box-sizing:border-box;}.stakeholder:hover{transform:none;box-shadow:8px 8px 0 1px rgba(61,72,83,0.1);}.stakeholder a{grid-row:1 / -1;}.stakeholder__logo{grid-row:1;order:-1;display:flex;align-items:center;justify-content:center;height:150px;background:#fff;margin-bottom:2rem;padding:2rem;box-sizing:border-box;}.stakeholder__logo img{width:auto;height:auto;max-width:100%;max-height:100%;}.stakeholder__title,.stakeholder__description{padding:0 2rem;}.stakeholder__title{grid-row:2;}.stakeholder__description{grid-row:3;}
