#team-profile{align-items:center;display:flex;flex-direction:column;gap:20px;margin:40px 0}.module-title{color:#333;font-size:32px;font-weight:700;margin-bottom:20px;text-align:center;width:100%}.team-profile-grid{display:grid;gap:24px;grid-template-columns:repeat(4,minmax(200px,240px));justify-content:center;justify-items:center}.team-profile{align-items:center;background:#fff;border:1px solid #ddd;border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;max-width:240px;overflow:hidden;padding:20px;position:relative;text-align:center;transition:box-shadow .3s ease;width:100%}.team-profile:hover{box-shadow:0 8px 16px rgba(0,0,0,.2)}.photo-container{height:150px;margin-bottom:15px;position:relative;width:150px;z-index:2}.member-photo{border:4px solid #fff;border-radius:50%;box-shadow:0 4px 8px rgba(0,0,0,.1);height:100%;object-fit:cover;width:100%}.blue-background{background-color:#142a3e;height:90px;left:0;position:absolute;top:0;width:100%;z-index:1}.profile-content{width:100%;z-index:2}.member-name{color:#333;font-size:20px;font-weight:700;margin-bottom:5px}.job-title{color:#999;font-size:14px;margin-bottom:10px}.profile-link{align-items:center;display:flex;justify-content:center;position:absolute;right:10px;text-decoration:none;top:10px}.profile-link .plus-icon{fill:#fff;height:24px;transition:transform .3s ease;width:24px}.profile-link:hover .plus-icon{transform:scale(1.1)}.has-many-members .team-profile-grid{grid-template-columns:repeat(3,minmax(200px,240px))}.has-five-members .team-profile-grid{gap:24px;grid-template-columns:repeat(6,110px);justify-content:center;justify-items:center}.has-five-members .team-profile{max-width:240px;width:100%}.has-five-members .team-profile:first-child{grid-column:1/span 2}.has-five-members .team-profile:nth-child(2){grid-column:3/span 2}.has-five-members .team-profile:nth-child(3){grid-column:5/span 2}.has-five-members .team-profile:nth-child(4){grid-column:2/span 2}.has-five-members .team-profile:nth-child(5){grid-column:4/span 2}@media screen and (max-width:1024px){.module-title{text-align:center}.has-five-members .team-profile-grid,.has-many-members .team-profile-grid,.team-profile-grid{gap:20px;grid-template-columns:repeat(2,minmax(220px,320px))}.has-five-members .team-profile:first-child,.has-five-members .team-profile:nth-child(2),.has-five-members .team-profile:nth-child(3),.has-five-members .team-profile:nth-child(4),.has-five-members .team-profile:nth-child(5){grid-column:auto}.team-profile{max-width:320px}}@media screen and (max-width:768px){.module-title{text-align:center}.has-five-members .team-profile-grid,.has-many-members .team-profile-grid,.team-profile-grid{gap:18px;grid-template-columns:1fr}.team-profile{max-width:350px;width:100%}.photo-container{height:130px;width:130px}}