.meet-the-team__grid{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.meet-the-team__col{flex:0 0 100%;max-width:100%}@media (min-width:768px){.meet-the-team__col{flex:0 0 50%;max-width:50%}}@media (min-width:1024px){.meet-the-team__col{flex:0 0 33.3333%;max-width:33.3333%}}.meet-the-team__card{padding:10px;text-align:center}.meet-the-team__image{border-radius:50%;height:120px;margin:0 auto 15px;overflow:hidden;width:120px}.meet-the-team__image img{border-radius:50%;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.meet-the-team__card:hover .meet-the-team__image img{transform:scale(1.05)}.meet-the-team__name{font-size:16px;margin-bottom:4px}.meet-the-team__title{color:#777;font-size:13px;margin-bottom:8px}.meet-the-team__bio{color:#555;font-size:13px;max-height:0;opacity:0;overflow:hidden;transition:all .3s ease}.meet-the-team__card:hover .meet-the-team__bio{max-height:200px;opacity:1}@media (min-width:768px){.new-layout .meet-the-team__grid>div:not(:last-child):after{background:hsla(0,0%,100%,.6);bottom:0;content:"";position:absolute;right:-16px;top:0;width:2px}}