.people-showcase-item{display:grid;grid-template-columns:repeat(12, 1fr);grid-template-rows:1;margin-bottom:4rem}@media(min-width: 768px){.people-showcase-photo,.people-showcase-info{grid-row:1/1;align-self:center}}.people-showcase-photo{grid-column:2/span 10}@media(min-width: 768px){.people-showcase-photo{grid-column:1/span 7}}@media(min-width: 1200px){.people-showcase-photo{grid-column:2/span 6}}.people-showcase-photo .img-frame{position:relative;overflow:visible;z-index:1}.people-showcase-photo .img-frame:before{content:"";position:absolute;z-index:-1;width:60%;height:60%;bottom:-16px;left:-16px;background-color:var(--accent-color);opacity:.5}@media(min-width: 1200px){.people-showcase-photo .img-frame:before{top:-16px;left:-16px;bottom:auto}}.people-showcase-info{grid-column:2/span 9}@media(min-width: 768px){.people-showcase-info{grid-column:6/span 6;z-index:1}}@media(min-width: 1200px){.people-showcase-info{grid-column:7/span 4}}.people-showcase-info-wrapper{background-color:rgba(var(--bg-color-rgb), 0.7);padding:2rem 0}@media(min-width: 768px){.people-showcase-info-wrapper{padding:2rem}}@media(min-width: 1200px){.people-showcase-info-wrapper{padding:3rem}}a.people-showcase-title{line-height:1;text-transform:uppercase;display:block;margin-bottom:1.5rem}a.people-showcase-title:not(:hover){text-decoration:none;border:none}a.people-showcase-title span{display:block;color:var(--text-color)}.people-showcase-meta{display:block;margin-bottom:1.5rem}@media(min-width: 768px){.people-showcase-item:nth-child(even) .people-showcase-photo{grid-column:6/span 7}}@media(min-width: 1200px){.people-showcase-item:nth-child(even) .people-showcase-photo{grid-column:6/span 6}}@media(min-width: 768px){.people-showcase-item:nth-child(even) .people-showcase-info{grid-column:2/span 6;text-align:right}}@media(min-width: 1200px){.people-showcase-item:nth-child(even) .people-showcase-info{grid-column:3/span 4}}