I am currently working on a website template with additional CSS modifications. I do not have much code to add, except for what is provided below. You can view my site that I am trying to fix. The code snippet below was added by me in an attempt to adjust the spacing above my homepage gallery, but it inadvertently affected the space below the gallery. My goal is to achieve equal spacing both on top and bottom.
.sqs-layout .sqs-row .sqs-block:last-child {
padding-bottom: 34;
padding-top: 0;