.team-members-section{padding:80px 0 60px}.team-members-header{max-width:650px;margin:0 auto 80px;text-align:center}.team-members-header :last-child{margin-bottom:0}.team-members{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:76px 24px}.team-member{background-repeat:no-repeat;background-size:cover;padding:0 20px 30px;min-height:360px;color:#fff;display:flex;flex-direction:column;flex:0 1 calc(33.3333% - 16px);background:#1c222e;transition:all .3s ease;font-size:18px;line-height:26px}@media (max-width:768px){.team-member{flex:0 1 calc(50% - 24px)}}@media (max-width:499px){.team-member{flex:0 1 100%}}.team-member:hover{background:#f15b35;color:#fff}.team-member-photo{width:113px;max-width:100%;aspect-ratio:1;position:relative;top:-30px;border-radius:50%;overflow:hidden;margin:0 auto}.team-member-photo img{width:100%!important;height:100%!important;object-fit:cover}.team-member-content{width:300px;max-width:100%;margin:0 auto;font-size:18px}.team-member-name{color:#fff;font-size:22px;line-height:29px;font-weight:700}.team-member-quote{margin-top:18px}.team-members-bottom-text{text-align:center;margin-top:80px;color:#5b6471;font-size:1.125rem}.team-member-experience{display:none}.team-member-experience ul{margin-bottom:0;padding-left:20px}.team-member:hover .team-member-quote{display:none}.team-member:hover .team-member-experience{display:block}