@charset "UTF-8"; h1 { display: inline-block; margin-bottom: 3rem; &::after { content: ""; display: block; width: 27.4%; height: 2px; margin-top: 5px; margin-right: auto; margin-left: auto; background-color: $primary_color; } }