@media only screen and (max-width: 768px){
span[style*="font-size:50px"] {
    font-size:24px !important;
}
span[style*="font-size: 24px"] {
    font-size:18px !important;
}
}