main {
  max-width: 1000px;
}
main section {
  margin-bottom: 46px;
}
main section article {
  flex-direction: row;
  border: 1px solid #f0f0f0;
  margin-top: 24px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fafafa;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  margin-bottom: 50px;
}
@media (min-width: 599px) {
  main section article {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  main section article {
    margin-bottom: 25px;
  }
}
main section article .article-content {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
main section article .article-content h2 {
  margin-bottom: 8px;
  font-weight: bold;
  padding: 24px;
  padding-bottom: 0;
}
main section article .article-content h3 {
  margin-bottom: 8px;
  font-weight: bold;
  padding: 24px;
  padding-top: 0;
  padding-bottom: 0;
}
main section article .article-content p {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-style: italic;
  padding: 0 24px;
}
main section article .article-content p.footnote {
  font-style: normal;
}
main section article .article-content p.footnote::before {
  content: "*";
}
main section article .article-content .heading-link {
  text-decoration: none;
}
main section article .article-content .article-link {
  margin-top: auto;
  padding: 8px 24px;
  color: #872558;
  font-weight: bold;
}
main section article img {
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top;
  height: 200px;
}
@media (min-width: 599px) {
  main section article img {
    max-width: 200px;
    height: 100%;
  }
}
@media (min-width: 768px) {
  main section article img {
    max-width: 250px;
  }
}

/*# sourceMappingURL=research.css.map */
