@media only screen and (max-width: 768px) {
    .caw-aheading-spin {
        font-size: 25px !important; /* using !important to ensure it overrides any existing styles */
    }
}