#content-header{
    margin-top: 120px;
    width: 100%;
    height: 130px;
    position: relative;
}
#header-about{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f8f8f8;
}


#header-about > #text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#header-about > #text h1{
    padding-top: 5px;
    font-size:35px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--theme-color-text_dark);
    font-family: var(--font-archivo);
    text-transform: uppercase;
    margin: 0;
}