.section-blog-header{position:relative;background-color:#fafafa}.section-blog-header__inner{display:flex;flex-direction:column;gap:1em;text-align:center;align-items:center;margin-bottom:2em}.section-blog-header__inner h1,.section-blog-header__inner p{margin:0;width:100%;max-width:768px}.section-blog-header__tags{padding-top:.75em}.section-blog-header__tags ul{display:flex;justify-content:center;flex-wrap:wrap;gap:1em}.section-blog-header__tags a{display:flex;align-items:center;justify-content:center;font:1em "Nunito Sans",arial,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,0,0,.125);background-color:var(--color-white);padding:.625em 1em;border-radius:3px;text-transform:uppercase;cursor:pointer;text-decoration:none}.section-blog-header__tags a span{font-size:.75em}.section-blog-header__tags a.active{border-color:var(--color-yellow);box-shadow:1px 1px 3px rgba(0,0,0,.1);font-weight:700}.section-blog-header__tags a:hover{border-color:var(--color-yellow)}