In lighthouse it shows avoid large layout shift for the following element:
<div id="HomeNewsEventsWrapper" class="section fixedheight1 introduction">
It shows avoid large layout shift even after setting width and height
<div id="HomeNewsEventsWrapper" class="section fixedheight1 introduction" style="width:375px;height:639px;">
How to fix the issue?