Problem with Icon List on Mobile version

@OLIV1 , hey, thanks for posting here.
Please remove this margin top of the next section of it :

just put this CSS in sections custom CSS:

@media and (max-width: 800px){
 {
    margin-top: 0 !important;
 }
}

Don’t forget to mark my comment as solved if it helps to solve your issue.