.people .person {
display: flex; gap: 1rem;
margin-bottom: 1.5rem;
align-items: center;
}
.people .person .image {
width: 150px;
height: 150px;
}
.people .person .image img {
border-radius: 50%;
overflow: hidden;
width: 150px;
height: 150px;
}
.people .person .content {
width: calc(100% - 170px);
}
.people .person .content h3 {
font-weight: 700;
color: #62D3B6;
font-size: 1.2rem;
}
.filtro-equipa select {
background-color: #F4F4F4;
border-color: #CDCDCD;
height: 56px;
color: #7A7A7A;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.gallery .gallery-item{
max-width: 500px;