.wdt-animation-item { text-align: center; }
.wdt-animation-item.text-item { display: block; float: left; /* position: relative !important; */ }

/* .wdt-animation-wrapper { display: flex; } */
.wdt-animation-wrapper .wdt-animation-item.text-item { width: 23% !important; }

.wdt-animation-item.text-item .wdt-animation-text {
    font-size: clamp(1.875rem, 1.4712rem + 1.7949vw, 3.625rem); text-transform: uppercase; display: block; font-family: var(--wdtFontTypo_Alt); width: 100%; }

.wdt-animation-item.text-item .wdt-animation-text > a { width: 100%; display: block; margin: 0; color: var(--wdtTertiaryColor); }
.wdt-animation-item.text-item .wdt-animation-text > a:hover { color: var(--wdtPrimaryColor); }

@media (max-width: 1540px) {
    .wdt-animation-wrapper .wdt-animation-item.text-item { width: 30% !important; }
}

@media (max-width: 991px) {
    .wdt-animation-wrapper .wdt-animation-item.text-item { width: 40% !important; }
}

@media (max-width: 700px) {
    .wdt-animation-wrapper .wdt-animation-item.text-item { width: 80% !important; }
}