.template-archives--publications { .archives-publications-header { @apply bg-primary max-w-screen-xl text-white text-center mx-auto; } .highlighted-publication { @apply max-w-screen-xl mb-10 p-8 mx-auto rounded-2xl bg-secondary-light flex flex-row items-center justify-around; &__infos { } &__titling { @apply flex items-center gap-4 w-fit; &__icon { @apply bg-secondary rounded-full w-8 h-8 flex items-center justify-center; img { @apply w-full; max-width: 40%; } } &__title { @apply font-bold text-secondary text-xl; } } &__comment { @apply pt-4 max-w-3xl pr-6 text-secondary; line-height: 1.6; } &__cover { /* transform: translateY(-30%); */ @apply rounded-2xl; max-width: 200px; /* transform: scale(2) translate(-50%, -20%); */ } .cta { @apply mt-8; } } .brochures-archives, .fiches-infos-archives { @apply max-w-screen-xl mx-auto py-4 mt-8; } }