.wdt-animation-item { text-align: center; }
.wdt-animation-item.text-item { display: inline-block; }

.wdt-animation-item.text-item .wdt-animation-text > a { font-weight: var(--wdtFontWeight_Alt);
    -webkit-transition: all cubic-bezier(.47,1.21,.47,1.21) .3s; transition: all cubic-bezier(.47,1.21,.47,1.21) .3s; }

.wdt-animation-item.text-item .wdt-animation-text > a:hover { color: var(--wdt-elementor-color-white); }

@media (max-width: 1280px) { 

    .wdt-animation-item { width: 50%; }
}

@media (max-width: 1024px) { 

    .wdt-animation-item { width: 80%; }
}