31 lines
742 B
CSS
31 lines
742 B
CSS
.metiers-patrimoine-page-container--repertoire-metiers,
|
|
.metiers-patrimoine-page-container--single-artisans {
|
|
.heading-box {
|
|
@apply mt-12 2xl:!mt-8 pb-6;
|
|
&__description {
|
|
@apply text-3xl max-w-screen-xl font-bold;
|
|
}
|
|
}
|
|
|
|
.heading-box--classic__page-icon {
|
|
@apply w-20;
|
|
@screen lg {
|
|
@apply w-28;
|
|
/* width: unset; */
|
|
}
|
|
}
|
|
|
|
.heading-box--artisan {
|
|
@apply flex flex-col justify-center items-center gap-2 text-center;
|
|
|
|
.heading-box__description {
|
|
@apply uppercase font-medium text-xl tracking-widest;
|
|
line-height: 1.2;
|
|
}
|
|
.heading-box__subtitle {
|
|
@apply font-bold text-4xl pt-0 max-w-3xl pb-4;
|
|
text-transform: none;
|
|
}
|
|
}
|
|
}
|