.br-light {
    border-right: 0;
}

@media only screen and (min-width: 40.063em) {
    .br-light:first-of-type {
        border-right: 1px solid #DDDDDD;
    }
}

@media only screen and (min-width: 64.063em) {
    .br-light:nth-of-type(2) {
        border-right: 1px solid #DDDDDD;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .br-light:last-of-type {
        border-right: 1px solid #DDDDDD;
    }
}

#introduction {
    padding: 0 !important;
}

#header-img img {
    width: 100%;
}

#header-text {
    padding: 0.9em !important;
}

#header-text h1 {
    margin-top: 2.5%;
}

@media only screen and (min-width: 64.063em) {
    #header-text h1 {
        margin-top: 10%;
    }
}

#header-text p {
    color: #575047;
}


/*# sourceMappingURL=styles.css.map */
