How to change CTA button color on mobile view

To change CTA button color on Mobile view, you can use this code to Custom CSS box

div.header-menu-nav div.header-menu-cta a.btn {
    color: #f1f !important;
    background-color: #000 !important;
}

Result