technova76
With my above code, it will add padding to top and bottom of each image so the middle images will have its top padding and bottom padding of image before it.
You can change to this to add padding for bottom only:
.campaign-detail .campaign-description .campaign-description-text figure {
padding: 0 0 20px 0;
}
I think you should understand a bit about for CSS, it will be easier and save time.