Hello,
I saw the screenshot you attached.
1) To change the color of the apply coupon button you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.row.cart-actions .button {
background: red;
}
2) To change the transformation of upsells title on the product page you need to add the following Custom CSS.
.upsells-carousel .title {
text-transform: none;
}
3) For the upsells please provide some relevant screenshot of the specific area with the URL of the page to check it myself and help you out accordingly.
Best Regards.