I am having troubling fixing the spacing between different sections. It appears different on different screen widths. I have uploaded screenshots of one example
Hey, I noticed that you’re using different fixed heights sizes for your sections and that some elements are using custom positioning through relative positioning that are causing this.
First of all I would recommend not using fixed sizes for sections because you’re limiting the content to a specific size and that would result in such behaviour.
On the other hand unless you’re going to overlap content on top of other content I would recommend using marging to move your content away from other elements.