Hi Georgi,
The spacing is coming from UAGB. Can you try removing the spacing from there?
Alternatively, you can also add this CSS, however, it would be better to try removing it from there first:
@media (max-width:768px) {
.wp-block-uagb-tabs {
margin:0;
}
.wp-block-uagb-tabs .uagb-tabs__body-wrap {
padding:0;
border: 0;
}
.wp-block-uagb-tabs .uagb-tabs__body-wrap > div{
padding:0;
}
}
Hope this helps! 🙂