How can I remove the small box from my payment page?

Hi, Below is the screenshot of the payment section

I am looking to remove this section or even remove the gray box completely which is shown below payment gateway name.

How do i do this?

website address: www.heerbags.com

Hello There,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

i.blank-slate__icon.icon.icon–offsite {
display: none!important;
}

I added this code as requested

i.blank-slate__icon.icon.icon–offsite {
display: none!important;
}

Its still displaying the icon as like the picture shown in the original post

it’s working fine
Screenshot :- https://prnt.sc/yuaexg

i tried it also.. it doesnt work in the scss… if i modify the inspect code… yes its doable… but using the

theme.scss.liquid no its not… cant override