/* Vignette page */

.tease_article {
  overflow: hidden;
  background-color: var(--gray);
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.tease_article-content {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.tease_article-title {
	font-size: 3.7rem;
	font-weight: var(--Black);
	margin: 0 0 20px 0;
}
.tease_article-desc p {
	font-weight: var(--regular);
	line-height: 140%;
}
.tease_article-link {
  margin-top: auto;
}
