.people-widget{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin:0 auto;padding:2rem 1rem}.people-widget .section-heading h1{font-size:2rem;font-weight:600;margin-bottom:1rem;text-align:center}.people-widget .section-heading p{font-size:1rem;color:#666}.user-group-row{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:3rem}.user-group-row h2{font-size:1.4rem;font-weight:500;margin-bottom:1.5rem;text-align:center}.user-group-row .d-flex{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;max-width:1200px}.people-person{display:flex;flex-direction:column;align-items:center;text-align:center;width:180px}.avatar{width:150px;height:150px;object-fit:cover;border-radius:50%;margin-bottom:.8rem;transition:transform .2s ease,box-shadow .2s ease}.avatar:hover{transform:scale(1.05);box-shadow:0 0 12px rgba(0,0,0,.15)}.portrait-title h2{font-size:1rem;font-weight:600;margin:.3rem 0;text-align:center}.portrait-title h3{font-size:.85rem;font-weight:400;color:#444;margin:.2rem 0;text-align:center}.people-interests{font-size:.8rem;color:#666;margin-top:.3rem}@media(max-width:992px){.people-person{width:45%}.avatar{width:130px;height:130px}}@media(max-width:576px){.people-person{width:100%}.avatar{width:120px;height:120px}.user-group-row h2{font-size:1.2rem}.portrait-title h2{font-size:.95rem}}.cv-link{margin-top:.5rem}.cv-link a{display:inline-block;color:#007bff;text-decoration:underline;font-size:.85rem;transition:color .2s ease,text-decoration .2s ease}.cv-link a:hover{color:#0056b3;text-decoration:none}