@charset "UTF-8";.feature-projects__team{width:100%;max-width:unset;}.feature-projects__team ul{display:-ms-grid;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--base-space-double);}@media (max-width: 599px){.feature-projects__team ul{grid-template-columns:repeat(3,minmax(0,1fr));}}.feature-projects__team ul li{display:block;position:relative;aspect-ratio:.7787234043;overflow:hidden;}.feature-projects__team ul li .image{position:absolute;z-index:1;width:100%;height:100%;}.feature-projects__team ul li .image img{object-fit:cover;width:100%;height:100%;}.feature-projects__team ul li .info{position:absolute;z-index:2;bottom:0;padding:.6em .8em;width:100%;background:#000;max-height:100rem;height:100rem;-webkit-transition:height .6s ease;transition:height .6s ease;overflow:hidden;}.feature-projects__team ul li .info::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:32rem;background:linear-gradient(to bottom,rgba(0,0,0,0),black);pointer-events:none;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;}.feature-projects__team ul li .info .title{font-size:22rem;color:#fff;text-decoration:none;font-weight:700;}.feature-projects__team ul li .info .role{font-size:16rem;color:gray;text-decoration:none;}.feature-projects__team ul li:hover .info{max-height:none;height:auto;min-height:100rem;}.feature-projects__team ul li:hover .info::after{opacity:0;}