.the-team__wrapper{position:relative}.the-team__container{flex:1;height:100%;z-index:10}.the-team__content{display:flex;flex:1;flex-direction:column;gap:2rem;padding-bottom:5rem;padding-top:5rem}.the-team__content--title{gap:1.5rem}.the-team__content--cards_wrapper{align-items:stretch;display:flex;gap:2rem}.the-team__content--card{display:flex;flex:1;flex-direction:column;height:auto;overflow:hidden;position:relative}.the-team__content--information__wrapper{background:red;border-radius:1.5rem;display:block;inset:0;opacity:0;padding:1.5rem;pointer-events:none;position:absolute;transform:translateX(100%);transition:transform .5s ease,opacity .5s ease}.close-info-btn svg{margin-bottom:1rem}.the-team__content--information__wrapper.active{opacity:1;pointer-events:auto;transform:translateX(0)}.the-team__content--bottom{align-items:center;align-self:stretch;border-radius:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;padding:1.5rem 1.625rem}.the-team__content--bottom--text{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem}.the-team__content--image{height:25rem;width:100%}.the-team__content--image img{border-radius:1.5rem;display:block;height:100%;object-fit:cover;width:100%}.the-team__background-bottom{bottom:0;height:10rem;left:0;position:absolute;right:0;z-index:1}.the-team__background{inset:0;position:absolute}.show-info-btn{padding:.75rem!important}@media (max-width:1024px){.the-team__content--cards_wrapper{flex-wrap:wrap}.the-team_content--card{flex:1 1 calc(50% - 2rem)}}@media (max-width:768px){.the-team__content--bottom{align-items:center;gap:1rem;justify-content:space-between}.the-team__content--card{flex:1 1 100%}}