.research {
  height: 100%;
}

.research .container {
  margin-bottom: 4rem;
}

.research_intro {
  height: 100%;
  position: relative;
}

.research_intro-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: screen;
  filter: grayscale(100%);
  opacity: 0.8;
}

.research_intro-title {
  width: 100%;
  padding: 0 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: 'TO Leaf';
  font-size: 4rem;
  text-align: center;
}

.research_description {
  margin-bottom: 4rem;
}

.research .gallery {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.research .container > div:last-child {
  margin-bottom: 0;
}

.research .page_links {
  margin-top: 4rem;
}