.research-page .emphasis {
  color: var(--accent);
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.research-page .research-hero-visual {
  opacity: 0.28;
}

.research-page .hero-copy p,
.research-page .section-body,
.research-page .section-closing {
  max-width: 760px;
}

.research-page .research-footer {
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
}

.research-page .footer-brand img {
  width: 168px;
  height: auto;
  opacity: 0.94;
}

.research-page .footer-column p {
  margin: 0;
}

@media (max-width: 768px) {
  .research-page .research-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .research-page .footer-brand img {
    width: 150px;
  }
}

@media (max-width: 560px) {
  .research-page .research-footer {
    grid-template-columns: 1fr;
  }
}
