I got a WordPress page with three CTA buttons on it that need to be applied following CSS to when on resolutions of less than 576px and between 750px to 900px. Please help me understand how to write a conditional media query to apply the following CSS.
padding-left: 1rem;
padding-right: 1rem;
font-size: 1.1rem;