.leadership-card .component-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;height:100%;padding:16px;border-radius:4px;background:var(--color-background,linear-gradient(118deg,rgba(255,255,255,.5) 0,rgba(243,248,254,.5) 100%),#fff);position:relative;box-shadow:0 0 16px 0 rgba(0,0,0,.1)}.leadership-card .component-content::before{content:"";position:absolute;inset:0;border-radius:inherit;border-width:1px;border-style:solid;border-color:transparent;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;background-clip:border-box;background-origin:border-box;background-image:var(--color-border, "light");z-index:1}.leadership-card .component-content>:not(:last-child){margin-bottom:8px}.leadership-card .component-content:hover{box-shadow:2px 6px 16px rgba(0,0,0,.1)}.theme--dark.leadership-card .component-content{color:#fff}.leadership-card__image img{width:124px;height:124px;border-radius:4px}.leadership-card__title{font-size:24px;line-height:1.2;font-weight:700;letter-spacing:0}p+.leadership-card__title{margin-top:32px}.leadership-card__title:not([class]):not(:last-child):not(:only-child){margin-bottom:8px}@media (max-width:576px){.leadership-card__title{font-size:20px}}.leadership-card .leadership-card__link{margin-top:8px}