.programs-layout header {
  text-align: center;
  margin-bottom: 3rem;
}
.programs-layout .views-row {
  margin-bottom: 3rem;
}
.programs-layout footer {
  text-align: center;
  clear: both;
}
.programs-layout img {
  width: 100%;
  margin-bottom: 1.5rem;
}

.services--teaser h4 {
  color: #6B98BF;
  text-align: center;
  text-transform: initial;
  min-height: 100px;
}
.services--teaser h4 a {
  color: #6B98BF;
}
.services--teaser img {
  filter: grayscale(1);
}
.services--teaser img:hover {
  filter: none;
}