Issues:
1 Error
1 Use relative rather than absolute units with 'letter-spacing'
letter-spacing:2.4px
1 .TextGrid_text-grid__gKWY8 .TextGrid_element__1X26b {
1 display:flex;
1 flex-direction:column;
1 gap:1rem;
1 height:100%;
1 padding-bottom:1rem;
1 }
1 .TextGrid_text-grid__gKWY8 .TextGrid_element__1X26b .TextGrid_title__kKu6z {
1 display:block;
1 font-family:Fruitiger,arial,helvetica,sans-serif;
1 font-size:1.5rem;
1 line-height:1.1;
1 
E910WCAG2 AA 1.4.4: Use relative rather than absolute units with 'letter-spacing'
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.
letter-spacing:2.4px;
1 text-transform:uppercase;
1 }