.generic-view .module-group {
  margin: 0 0 3.75em;  
}

@media only screen and (max-width: 900px) {
    .generic-view .content-intro {
        padding-top: 3.75em;
    }
}
.is-lighter {
    font-weight: lighter;
}
.is-dark {
    color: #1e1e1e;
}
.is-line-height-initial {
    line-height: initial !important;
}
.text-muted {
    color: #888888;
}