@keyframes bounce2{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-2px)}}body .profiles-section{display:flex;justify-content:center}body .profiles-section .content-wrapper{align-items:center;display:flex;flex-direction:column;width:100%}body .profiles-section .content-wrapper .title-wrapper{display:flex;flex-direction:column;max-width:700px;text-align:center}body .profiles-section .content-wrapper .title-wrapper .text{margin:0 0 15px}body .profiles-section .content-wrapper .profiles-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:1600px;width:100%}body .profiles-section .content-wrapper .profiles-container .profile{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;margin:17.5px;position:relative;width:calc(33.333% - 35px)}@media (max-width:768px){body .profiles-section .content-wrapper .profiles-container .profile{margin:12.5px;width:calc(33.333% - 25px)}}@media (max-width:640px){body .profiles-section .content-wrapper .profiles-container .profile{margin:12.5px;width:calc(100% - 25px)}}body .profiles-section .content-wrapper .profiles-container .profile:hover{transform:translateY(0);transition-delay:.3s;transition-duration:.3s;transition-property:transform;transition-timing-function:ease-in-out}body .profiles-section .content-wrapper .profiles-container .profile:hover:hover{transform:translateY(-10px);transition-delay:.3s;transition-duration:.3s;transition-property:transform;transition-timing-function:ease-in-out}@media (max-width:500px){body .profiles-section .content-wrapper .profiles-container .profile{width:100%}}body .profiles-section .content-wrapper .profiles-container .profile .profile-photo{height:auto;max-height:300px;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%;width:100%}body .profiles-section .content-wrapper .profiles-container .profile .name-wrapper{border-top:4px solid #f4ac62;display:flex;flex-direction:column;flex-grow:1;padding:30px;text-align:center;width:100%;z-index:3}body .profiles-section .content-wrapper .profiles-container .profile .name-wrapper .name{font-size:22px;line-height:32px}body .profiles-section .content-wrapper .profiles-container .profile .name-wrapper .role{font-size:.875rem;line-height:1.25rem}