.team-section{margin:auto;max-width:1640px}.team-section .cards{display:flex;flex-wrap:wrap;gap:10px 40px;justify-content:center;padding:20px 0 40px}.team-section .cards__container{flex:0 0 calc(33% - 24px)}.team-section .card{background-color:transparent;display:flex;flex-direction:column;padding:15px;word-break:break-word}@media screen and (max-width:991px){.team-section .cards__container{flex:0 0 calc(50% - 24px)}.team-section .card{padding:0 15px}}@media screen and (max-width:767px){.team-section .card{margin:0;width:auto}}.team-section .card__title{align-items:center;display:flex;padding-bottom:30px}.team-section .card__logo{height:auto;margin-right:20px;max-width:130px}.team-section .card__logo{border-radius:4px;box-shadow:0 0 0 1px rgba(0,0,0,.024),0 1px 0 0 rgba(0,0,0,.05),0 0 8px 0 rgba(0,0,0,.03),0 20px 30px 0 rgba(0,0,0,.1);transform:perspective(400px) rotateY(16deg);transition:transform 1s ease 0s;&:hover{transform:perspective(400px) rotateY(8deg)}}@media (max-width:479px){.team-section .card__logo{margin-right:15px}}.team-section .card__text{line-height:1.4;padding:0}