Hi,
From back-end of the JA Spa template, click to the Tool tab -> Edit CSS Custom. Add below CSS rules to the editor.
@media (max-width: 480px) {
.acm-features.style-1 .features-item .features-content {
height: 60px;
overflow: hidden;
}
.acm-features.style-1 .features-item:hover .features-content {
height: auto;
}
}
Click the Save button and reload your website on mobile.
Best regards,