How do I remove the space between product images on homepage featured collection,

Try this one.

Same Instruction.

.section+.section {
    margin-top: 0px !important; 
}

Save and Refresh.

Thanks!