I have a section on a website where I have to distribute several containers with flexbox, as shown in the image. However, I do not want the last row, when there are fewer containers than in the top rows, to focus. I need them to be aligned to the left and at the same time with their upper containers.
Am I overlooking any property that allows me to do this?
I tried with "flex-start", but that justifies all the containers on the left and I have to accommodate them with margins that do not keep the content well centered on certain screen dimensions.