How can I add the highlighted stuff on my product page?

I would like to know how to incorporate the highlighted elements on my product page below the buy button. Could you please provide instructions on how to do that?

My Website https://hareemsultan.co

Other Website https://pajeet.myshopify.com/products/hareemsultan

@moadamecom , Hope you doing well.

Does highlight mean as per the below-attached screenshot or something different?

Yes, the buy buttons how do I do that?

@moadamecom , Please add the below line of CSS code at the end of your base.css file.

.payment-badges-block {
    background-color: yellow;
    padding: 15px;
    border-radius: 10px;
}

You can change the background color as per your website standard.