:target {
scroll-margin-top: 160px;
} .team-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 32px;
}
.team-member {
text-align: center;
} .team-photo {
width: 150px;
height: 150px;
margin: 0 auto 12px auto;
border-radius: 50%;
overflow: hidden;
aspect-ratio: 1 / 1; }
.team-photo img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
display: block;
} .team-name {
font-size: 1.1em;
font-weight: 250;
color: #009875;
margin-bottom: 3px;
}
.team-title {
font-size: 0.87em;
color: #646969;
margin-bottom: 8px;
line-height: 1.2;
}
.team-title::after {
content: "";
display: block;
width: 80px;
height: 1px;
background-color: #646969;
margin: 8px auto 8px auto;
opacity: 0.6;
} .team-icons {
display: flex;
justify-content: center;
gap: 16px;
} .team-icons a {
color: #646969; font-size: 22px;
text-decoration: none;
transition: color 0.3s ease; } .team-icons a:hover {
color: #009875; opacity: 1; }  @media (max-width: 1024px) and (min-width: 601px) {
.team-grid {
grid-template-columns: repeat(3, 1fr);
gap: 35px;
}
.team-photo {
width: 150px;
height: 150px;
}
} @media (max-width: 600px) {
.team-grid {
grid-template-columns: 1fr;
gap: 40px;
}
.team-photo {
width: 175px;
height: 175px;
}
} .team-icons a,
.team-icons a:visited,
.team-icons a:hover,
.team-icons a:focus {
text-decoration: none !important;
} .team-member {
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.team-member:hover {
transform: scale(1.1);
} .ast-scroll-top-icon {
border: 2px solid #ffffff;
box-sizing: border-box;
}
.team-photo {
width: 175px;
height: 175px;
}
} .team-icons a,
.team-icons a:visited,
.team-icons a:hover,
.team-icons a:focus {
text-decoration: none !important;
} .team-member {
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.team-member:hover {
transform: scale(1.1);
} .ast-scroll-top-icon {
border: 2px solid #ffffff;
box-sizing: border-box;
}