Parallax section white line bottom

Hello,

I have a problem with a line showed in this link: BrandUp Media

It is at the parallax section with the title “Motto-ul nostru”, and it shows a white line at the bottom.
Can someone help me please?

Thanks,
Andrei

Hello there,

I hope you are doing well today.

You can use the following CSS code to reduce the padding by going to Appearance > Customize > Additional CSS and pasting it there.


/*Padding Reduction*/
.small-screen .top-parallax-section {
    padding: 90px 0;
}


Best Regards,
Support