I've added some additional text to the Cart page using the CSS below, which works fine, but I'd like to make the word that are in caps bold, but am struggling to work out how to do this, any help would be appreciated
#cart .cart-container::before {
content: 'We use PayPal to take payments. Please note YOU DO NOT NEED A PAYPAL ACCOUNT TO USE THIS, just click Pay by Debit or Credit Card at the bottom of the PayPal pop up window.';
}
Thanks in advance