.team-text-and-images{display:grid;grid-template-columns:1fr;gap:5.6rem;padding:0 1.6rem}@media screen and (min-width: 1200px){.team-text-and-images{grid-template-columns:44.8rem 1fr;gap:.8rem;padding:0 4rem}}.team-text-and-images__content{text-align:center}@media screen and (min-width: 750px){.team-text-and-images__content{text-align:left}}.team-text-and-images__title{margin:0;margin-bottom:4rem}.team-text-and-images__text p{margin:0}@media screen and (min-width: 750px){.team-text-and-images__text{max-width:38rem}}.team-text-and-images__media{display:grid;grid-template-columns:1fr;gap:2.4rem}@media screen and (min-width: 750px){.team-text-and-images__media{grid-template-columns:1fr 1fr;gap:3.2rem .8rem}}.team-text-and-images__item p{margin:1.2rem 0 0}.team-text-and-images__image{width:100%;height:auto;aspect-ratio:1/1}.team-text-and-images__link{display:flex;align-items:flex-end;background:#e5e3dc;width:100%;aspect-ratio:1/1;padding:24px;font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale)*4.8rem);line-height:calc(1.04/max(1,var(--font-heading-scale)));letter-spacing:-4%;text-decoration:none;color:rgb(var(--color-foreground));position:relative;transition:background-color .3s ease-in-out}@media screen and (min-width: 750px){.team-text-and-images__link{height:calc(100% - 35px);padding:40px}}.team-text-and-images__link:hover{background:#f6f5f1}.team-text-and-images__link:hover .team-text-and-images__icon{opacity:1;transform:translate(0, 0)}.team-text-and-images__icon{position:absolute;top:16px;right:16px;width:40px;height:40px;opacity:0;transform:translate(20px, -20px);transition:transform .3s ease-out,opacity .3s ease-out;color:rgb(var(--color-foreground))}