.team-section{width:100%;background-color:var(--text-color4);padding:5px 0;margin-bottom:100px}.team-section h2{font-size:var(--heading-two);text-align:center;margin:60px 0}.team-card-container{width:var(--default-width);margin-left:var(--left-space);display:flex;flex-wrap:wrap;gap:20px}.team-card{width:calc(49% - 40px);display:flex;gap:20px;background:#f9f9f9f9;border-radius:var(--border-radius2);padding:20px}.profile-left img{width:180px;height:200px;border-radius:5px;border:5px solid #a6a6a6;object-fit:cover}.profile-right{display:flex;flex-direction:column}.profile-right strong{margin:0;font-size:var(--heading-four);font-weight:700}.surname{color:var(--primary-color)}.role{width:-moz-fit-content;width:fit-content;background:var(--primary-color);color:var(--text-color4);font-size:14px;padding:3px 10px;border-radius:5px;margin:8px 0}.description{font-size:14px;line-height:1.5;margin:10px 0;color:#333;height:70px}.social-icons{margin-top:15px;display:flex;gap:10px;justify-self:center}.icon{color:var(--text-color4);background-color:var(--primary-color);height:30px;width:30px;display:flex;justify-content:center;align-items:center;border-radius:50%;font-weight:700;font-size:16px;flex-shrink:0;transition:.3s ease}.icon,.icon:hover{border:2px solid var(--primary-color)}.icon:hover{color:var(--primary-color);background-color:transparent;cursor:pointer}@media (max-width:1110px){.team-section h2{margin:20px 0}.team-card-container{padding:20px 0}.team-card{width:calc(100% - 40px);padding:20px;flex-direction:column;align-items:center}.profile-left img{width:200px;height:220px;border-radius:5px;border:3px solid #a6a6a6;object-fit:cover}.profile-right{align-items:center}.description,.profile-right strong,.role,.surname{text-align:center}}.team-skeleton .skeleton{background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;animation:team-skeleton-loading 1.5s infinite;border-radius:5px}@keyframes team-skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.team-skeleton .skeleton-img{width:200px;height:220px;border-radius:5px}.team-skeleton .skeleton-icon{height:30px;width:30px;border-radius:50%;border:none}.team-skeleton .skeleton-img{height:180px}.team-skeleton .skeleton-title{height:40px;width:200px;margin:20px auto}.team-skeleton .skeleton-text{height:14px;width:280px;margin:8px 0}.team-skeleton .skeleton-text.short{width:150px;height:30px}.team-skeleton .skeleton-badge{width:180px;height:30px;border-radius:5px;margin:10px 0}@media(max-width:900px){.team-skeleton .skeleton-text{height:14px;width:300px;margin:8px 0}}