/* Hide all tags by default */ .tag { display: none; } /* Show .tag.ai-supported on the third slide */ .swiper-slide:nth-child(3) .tag.ai-supported { display: flex; /* or display: flex; if needed */ } /* Show .tag.ai-powered on the fourth slide */ .swiper-slide:nth-child(4) .tag.ai-powered { display: flex; /* or display: flex; if needed */ } /* Show .tag.ai-supported on the third slide */ .process-slide:nth-child(3) .tag.ai-supported { display: flex; /* or display: flex; if needed */ } /* Show .tag.ai-powered on the fourth slide */ .process-slide:nth-child(4) .tag.ai-powered { display: flex; /* or display: flex; if needed */ }