Hey there, I'm looking to add a photo next to some text on my page using flexbox. I was able to achieve something similar but I'm open to other suggestions. Check out what I have so far here and here's the desired look: It should look like this with the image next to the text
<main class="main-aboutus">
<div class="about">
<div class="aboutimg">
<img class="aboutusimg" src="./images/buiten.png" alt="">
</div>
<h3 class="head-about">About Us</h3>
<p class="desc-about">Fritz De Meyer from Kaprijke is the go-to expert for all interior and
exterior painting projects.
Schilderwerken De Meyer works with high-quality products to ensure a perfect result for our customers.
You can choose the level of finishing you want. Additionally, we provide decoration advice and offer free price quotes.
We use products from Boss, Sikkens, and Herbol brands.
</p>
</div>
</div>
</main>