Looks like the problem is duplicated <section>
tags in your HTML. Try this instead. Rate and accept the answer if you find it helpful!
<main class="container">
<section class="card">
<img src="https://picsum.photos/200/300" alt="" />
<img src="https://picsum.photos/200/300" alt="" />
<img src="https://picsum.photos/200/300" alt="" />
<img src="https://picsum.photos/200/300" alt="" />
<img src="https://picsum.photos/200/300" alt="" />
<img src="https://picsum.photos/200/300" alt="" />
<img src="https://picsum.photos/200/300" alt="" />
<img src="https://picsum.photos/200/300" alt="" />
</section>
</main>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…