Hi @IllIlIl1
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file base.css. Search and add for the following CSS snippet
@media screen and (max-width: 750px) {
.collapsible-content__wrapper {
color: red
}
}
If it helps you, please like and mark it as the solution.
Best Regards