How can I design a description theme like this photo?

Hi everyone,
I need your help, I have tried everything figure out how to design description theme. I’m looking description design like the photo I just send to you,

Hi,

Can you share an image of how your current product description look like to assist on this and which theme you are using ?

To start, can you share the link to your website?

braxton-h.com

password: hung

Ok thanks. Which page are you trying to make this change on?

on the default product

Right now, your “description” section is just a text heading. You want to change the style from this to make it look like that picture you sent, where it looks like a button, correct?

yes

Ok. Go to your product page, click on the section where the description is, and go to where it says “Add Custom CSS”. Paste this code in:

.product__description h3{
    border: 2px solid #000000;
    border-radius: 10px;
    width: fit-content;
    padding: 7px 20px;
}

Does that work?