diff --git a/apps/scandic-web/components/ContentType/HotelPage/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/index.tsx
index 9bf720fb7..060f8f59b 100644
--- a/apps/scandic-web/components/ContentType/HotelPage/index.tsx
+++ b/apps/scandic-web/components/ContentType/HotelPage/index.tsx
@@ -227,10 +227,6 @@ export default async function HotelPage({ hotelId }: HotelPageProps) {
healthFacilities={healthFacilities}
/>
)}
- {faq && faq.accordions.length > 0 && (
-
- )}
-
{campaignsBlock ? (
) : null}
+ {faq && faq.accordions.length > 0 && (
+
+ )}