How to adjust cart item size and add text before images?

How i can change the Size from the cart? And write before a Text? Show the picture?

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.kaktus-cart-container {
font-size: 1.8rem;
}

I have tested but only this one is bigger

it but only this one is bigger

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.kaktus-cart-container p{
font-size: 3.8rem!important;
}

Screenshot :- https://prnt.sc/N_fBefSqtkPJ

Its work Thanks

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.