Как сделать чтобы номер был под заголовком ?
z-index не работает
<div class="section-header">
<span>02</span><h1>Георграфия наших заключений</h1>
</div>
.section-header {
position: relative;
text-align: center;
margin-top: 2.5rem;
.section-header span {
position: absolute;
top: 2.5rem;
color: gray;
vertical-align: bottom;
font-size: 13rem;
font-weight: 500;
line-height: 45px;
}
.section-header h1 {
display: inline-block;
height: 38px;
text-shadow: 0 1px 3px #ffffff;
color: #585858;
font-size: 3.6rem;
font-weight: 400;
line-height: 45px;
}