How To Reduce The Spacing Between Sections?

Hi @nedmc25 ,

follow these steps below:

.page-width.section-template–18949915017452__featured_product_agmr9k-padding {
padding-bottom: 0 !important;
}

add above in theme.css

before image :

result after add css :

Thanks And Regards