.people-wrapper{width:100%}.people-wrapper .col-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.people-wrapper .person:hover{transform:scale(.98)}.headshot-wrapper:hover .shadow{left:0 !important;top:0 !important}.people-wrapper .person:hover .people-wrapper .headshot-wrapper .shadow{left:0 !important;top:0px !important}.people-wrapper .person{align-items:center;color:var(--black);display:flex;transition:all 250ms ease;flex-direction:column;justify-content:flex-start;text-decoration:none}.people-wrapper .person:nth-of-type(3n+2){flex-direction:column-reverse;margin-top:40px}.people-wrapper .headshot-wrapper{height:200px;position:relative;width:200px}.people-wrapper .headshot-wrapper .shadow{border-radius:100%;height:102%;left:7px;position:absolute;top:7px;transition:all 250ms ease;width:102%;z-index:1}.people-wrapper .shadow-teal .shadow{background:var(--brand-teal-500)}.people-wrapper .shadow-yellow .shadow{background:var(--brand-yellow-500)}.people-wrapper .shadow-green .shadow{background:var(--brand-green-500)}.people-wrapper .shadow-black .shadow{background:var(--black)}.people-wrapper .headshot{border:2px solid var(--black);border-radius:100%;height:200px;position:relative;width:200px;z-index:2}.people-wrapper .line{background:var(--black);height:40px;position:relative;width:2px;z-index:3}.people-wrapper .text-wrapper{text-align:center}.people-wrapper .text-wrapper h5{margin:10px 0 0 0}.people-wrapper .person:nth-of-type(3n+2) .text-wrapper h5{margin:0}.people-wrapper .text-wrapper p.p1{line-height:22px;margin:5px 0 0 0}.people-wrapper .person:nth-of-type(3n+2) .text-wrapper p.p1{margin:5px 0 10px 0}@media screen and (max-width:924px){.people-wrapper .person:nth-of-type(odd){flex-direction:column}.people-wrapper .person:nth-of-type(even){flex-direction:column-reverse}}@media screen and (max-width:604px){.people-wrapper .person:nth-of-type(even){flex-direction:column}}