@media screen and (max-width: 640px) {
    .uc-autoscale .t-heading {
        font-size: clamp(18px, 6vw, 36px)!important;
    }
    
    .uc-autoscale .t-text {
        font-size: clamp(16px, 5.2vw, 32px)!important;
    }
}

/** Buttons animation
*/
[data-elem-type="button"]:hover a {
    transform: scale(1.025);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}