22 lines
459 B
CSS
22 lines
459 B
CSS
.heading-box--parcours-parent {
|
|
@apply heading-box;
|
|
@apply text-center;
|
|
@apply mt-12 lg:mt-8;
|
|
&__title {
|
|
@apply text-3xl;
|
|
@apply text-6xl;
|
|
}
|
|
|
|
&__description {
|
|
@apply font-bold text-4xl mx-auto pt-4 max-w-lg mx-auto;
|
|
line-height: 1.2;
|
|
}
|
|
&__page-icon {
|
|
@apply mx-auto w-24 h-24 md:w-28 md:h-28 absolute top-0 left-1/2;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.cta--secondary {
|
|
@apply mt-8;
|
|
}
|
|
}
|