.discgrid .online-degree-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.discgrid .online-degree-panel a {
  margin: 0;
}

.online-degree-panel .theme-background-blue-2 {
  background-color: #12316B;
  color: #fff;
  border-right: 1px solid #003681;
  border-bottom: 1px solid #003681;
}

.online-degree-panel .theme-background-blue-2:hover {
  background-color: #0052a0;
}

#oa .page-header-block .title-row h1 {
  font-size: 4rem;
}

@media (min-width: 64rem) {
  #oa .page-header-block .title-row h1 {
    font-size: 6rem;
  }
}