.team-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:24px;justify-content:flex-start;margin:0 auto;max-width:1400px;width:100%}.team-grid__item{box-sizing:border-box;flex:0 1 calc(25% - 18px);max-width:calc(25% - 18px);padding:0 12px 40px;position:relative;text-align:center}.team-grid--dividers .team-grid__item+.team-grid__item:before{background-color:#d9d9d9;content:"";height:75%;left:-12px;position:absolute;top:10%;width:1px}.team-grid__item:nth-child(4n+1):before{display:none}.team-grid__image{display:block;height:110px;margin:0 auto 20px;object-fit:contain;width:100%}.team-grid__content{font-size:16px;line-height:1.5}.team-grid__content h3{margin-bottom:0}.team-grid__content p{margin-top:0}.team-grid__button-wrapper{margin-top:20px}.team-grid__button{background-color:#e98300;border-radius:8px;color:#fff;display:inline-block;font-size:16px;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .25s ease}.team-grid__button:hover{background-color:#000;color:#fff}@media (max-width:768px){.team-grid__item{flex:0 1 calc(50% - 12px);max-width:calc(50% - 12px)}.team-grid__item:before{display:block}.team-grid__item:nth-child(odd):before{display:none}}@media (max-width:425px){.team-grid{gap:40px}.team-grid__item{flex:0 1 100%;max-width:100%;padding-bottom:0}.team-grid__item:before{display:none}.team-grid__image{height:auto;max-width:110px}.team-grid__button{font-size:14px;padding:14px 24px}}