File: D:/HostingSpaces/SBogers10/reiskick.komma.nl/resources/sass/5-Components/_components.heading.scss
.c-heading {
position: relative;
font-family: $font-heading;
font-weight: 500;
color: palette(neutral, 800);
text-align: center;
&:after {
position: absolute;
left: 0;
bottom: calc(50% - 3px);
content: '';
width: 100%;
height: 1px;
background: palette(neutral, 400);
}
}
.c-heading__text {
position: relative;
z-index: 1;
display: inline-block;
padding: 0 space(4);
font-size: 1.4rem;
line-height: 1.6;
background: white;
}