I'm trying to recreate a specific design using HTML and CSS, but I'm not sure how to approach it.
I need elements on the sides with a central line, and I want the elements on the ends to connect to the central line through a connecting line.
I would appreciate any guidance or examples on how to achieve this layout. Thank you!

I tried using Flexbox or Grid for alignment.