.header-test {
    border-bottom: 5px solid green;
}

.header-functest {
    border-bottom: 5px solid yellow;
}

.header-acceptance {
    border-bottom: 5px solid orange;
}

.header-production {
    border-bottom: 5px solid red;
}