#banner {
    max-height: 690px;
}

/* h2 {
    color: #7A7A7A !important;
} */

.grey-background {
    background-color: #F5F5F5;
}

.newspaper-column {
    column-count: 2;
}

.text-container {
    line-height: 36px;
}

.text-container p {
    padding-bottom: 30px;
}

@media only screen and (max-width: 375px) {
    .newspaper-column {
        column-count: 1;
    }
  }