How to fix these buttons in HTML and CSS?

I was making a website and made different sections for it, a left-section with all the descriptions, and four big buttons in the middle to go to each category. I made another div tag in html .with class name “images-button”. I did the design I want and did the preview, I saw that it was under the previous button I did.

I expected it to work but it appeared under the other button, I tried to google what was going on, and it said to use the “display: flex;” in css. I tried that but it didnt do anything, I even tried doing “flex-direction: row;”, but that didnt do anything either.