.space_not_underscored {
    margin-left: 8px;
}
.underscored_header {
    font-size: 62px;
    line-height: 1;	
    font-family: 'MabryPro', Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1px; 
}
.underscored_header_no_text {
    font-size: 62px;
    line-height: 1;	
    font-family: 'MabryPro', Arial, sans-serif;
    font-weight: 400;
    color: #00000000;
    text-decoration: underline; 
    text-underline-position: under; 
    letter-spacing: 1px; 
    text-decoration-color: #000000;
}
