/* Fix per la visualizzazione verticale dei caratteri nella sezione team */
.section-title__title,
.section-title__tagline,
.team-one__title,
.team-one__sub-title,
.team-one__bio,
.mt-3 {
    letter-spacing: normal !important;
    word-spacing: normal !important;
    white-space: normal !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
