<style scoped>
.page-main-title, .section-title {
@apply uppercase text-success dark:text-white;
@apply border-b border-cool-300 dark:border-cool-700;
@apply pb-2l
}
.page-main-title {
@apply text-3xl sm:text-4xl font-bold;
@apply mb-1;
}
<style scoped>
.page-main-title, .section-title {
@apply uppercase text-success dark:text-white;
@apply border-b border-cool-300 dark:border-cool-700;
@apply pb-2l
}
.page-main-title {
@apply text-3xl sm:text-4xl font-bold;
@apply mb-1;
}