@use 'mixins';
.page-header {
@include mixins.responsive-container;
border-bottom: 2px dotted var(--foreground-1);
margin-bottom: 2rem;
}