#team {
    padding: 3.5rem 0;
    background: #f6f8fa;
}

#team .title-consulenti {
    margin: 0 0 2.5rem;
    color: #163b50;
    font-family: 'Ropa Sans', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    text-align: center;
}

#team .team-grids {
    margin-top: 0;
}

#team .team-gds {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 1rem 2rem;
    text-align: center;
}

#team .gal-grid-rev {
    border-radius: 0;
    overflow: visible;
    transform: none;
    transition: none;
}

#team .img-box-content::before,
#team .img-box-content::after {
    display: none;
}

#team .img-box-content img {
    display: block;
    width: 160px;
    max-width: 100%;
    height: 160px;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

#team .team-gds h4 {
    margin: 1.25rem 0 0.5rem;
    color: #163b50;
    font-family: inherit;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: none;
}

#team .team-gds p {
    margin: 0;
    color: #526572;
    font-size: 0.95rem;
    line-height: 1.5;
    letter-spacing: normal;
}

#team .team-gds p b {
    font-weight: 400;
}

#team .button-carousel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #e7edf1;
    color: #163b50;
}

#team .button-carousel:hover {
    background: #d8e4eb;
}

#team .button-carousel:focus-visible {
    outline: 3px solid #163b50;
    outline-offset: 3px;
}

@media (min-width: 576px) {
    #team .team-desktop .team-gds h4 {
        min-height: 3.22rem;
    }
}
