.text-employee__wrapper{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;--sidebar-width:300px;--content-width:calc(100% - var(--sidebar-width) - var(--gap));--gap:70px}.text-employee__content{width:var(--content-width)}.text-employee__sidebar{width:var(--sidebar-width)}.text-employee__sidebar-wrapper{background-color:var(--light_gray);border-radius:25px;display:flex;flex-direction:column;padding:clamp(20px,2vw,50px);position:sticky;top:20px}.text-employee__sidebar-intro{margin-bottom:15px;text-align:center}.employee-info__wrapper{align-items:center;display:flex;--image-width:150px;--info-gap:25px;flex-direction:column;justify-content:space-between}.text-employee__sidebar-photo{aspect-ratio:1;border-radius:50%;object-fit:cover;width:var(--image-width)}.text-employee__sidebar-details{margin-top:15px;text-align:center}.text-employee__sidebar-details .employee__cta{margin-top:15px}.text-employee__sidebar-social-list{display:flex;flex-wrap:wrap;gap:15px;list-style:none;margin:15px 0 0;padding:0}.text-employee__sidebar-social-list li{background-color:var(--primary);border-radius:50%;height:30px;width:30px}.text-employee__sidebar-social-wrapper{margin-top:30px}.text-employee__sidebar-social-wrapper h5{font-weight:700}@media (max-width:1200px){.text-employee__wrapper{--sidebar-width:100%;--content-width:100%;padding-top:12vw;row-gap:30px}.employee-info__wrapper{flex-direction:column;row-gap:20px}.text-employee__sidebar{text-align:center}.text-employee__sidebar .btns-wrapper{justify-content:center}.text-employee__sidebar-details{margin-left:0;width:100%}}@media (max-width:992px){.text-employee__wrapper{flex-direction:column}}