I want to change the font of the text under the video on mobile

Edit: I made a other topic and dont know how to close this sorry! Link to current topic:

https://community.shopify.com/c/shopify-design/same-view-on-mobile-as-on-pc/td-p/2629823

@Hausi , you don’t need to close the topic, just mark the solution.

@Hausi , in “base.css”, add @media (max-width: 768px) the code below:

.imageBoxInfoDescription p {
    margin: 0px !important; 
    margin-top:35px !important;
}

.videoBoxInfoBtn {
    margin: 0px !important; 
}

It will look like this:

If it works please choose my answer as the solution. Thank you.