.m-header{display:grid;place-items:center;text-align:center}.m-header__label{font-size:clamp(var(--tag-font),calc(4px + 2vw),var(--font-large));margin-bottom:1rem;padding:2px 10px}.m-header__buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;margin-bottom:1rem;max-width:400px;width:100%}@media (max-width:600px){.m-header__buttons .btn--1,.m-header__buttons .btn--2{width:calc(70px + 20vw)}}