@media (max-width: 768px) {
    h1.animationtext {
        font-size: 30px !important;
        line-height: 1.2;
    }
}



@media (max-width: 480px) {
    h1.animationtext {
        font-size: 28px !important;
    }
}