@@ -40,6 +40,11 @@ } } + &__other p { + min-width: 100%; + width: min-content; + } + &__image { width: 403px; height: 382px; @@ -27,7 +27,7 @@ export const InfoPageTemplate = ({

{primaryTitle}

-
+

{secondaryTitle}

{description}

@@ -37,16 +37,6 @@ export const InfoPageTemplate = ({
{imageAlt}
- ) }