22 lines
461 B
CSS
22 lines
461 B
CSS
.page-template-template-archive-questions {
|
|
.archive-page-header--faq {
|
|
.archive-page-header__icon {
|
|
@apply !-translate-y-[71%];
|
|
}
|
|
}
|
|
.card-large-content {
|
|
@apply pt-32;
|
|
&__links-container {
|
|
@apply lg:gap-32;
|
|
}
|
|
&__top-illustration {
|
|
width: 330px;
|
|
height: 180px;
|
|
transform: translate(-50%, -54%);
|
|
}
|
|
}
|
|
/* .card-large-content-container {
|
|
@apply pt-40 mt-12 mb-0;
|
|
} */
|
|
}
|