   .text-animation {
    overflow: hidden;
    height: 130px;
    }
    
    @media screen and (max-width: 640px) {
    .text-animation {
    overflow: hidden;
    height: 45px;
    }
    }
