.header-holder {
    /*margin: 0 auto 0px auto;*/
}
.header-group--light {
    text-align: center;
    font-weight: 300;
    /*margin-bottom: 20px;*/
}
.header-group--light h1 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: 20px;
}
.header-group--light h2 {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 20px;
    line-height: 1.5;
}
.header-group--bold {
    text-align: center;
}
.header-group--bold h1 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
}
@media all and (min-width: 768px) {
    .header-group--bold h1 {
        line-height: 45px;
    }
}
.header-group--bold h2 {
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .header-group--light h1 {
        font-size: 35px;
        font-weight: 300;
        line-height: 1.2;
    }
    .header-group--bold h1 {
        font-size: 23px;
    }
}
