.resource-index__posts {
  padding: 80px 0;
}
.resource-index__posts .grid {
  grid-gap: 35px;
}
.resource-index__post {
  display: flex;
  flex-direction: column;
  grid-column-start: span 4;
  text-align: center;
  height: 100%;
  background-color: #fff;
  color: #313a3a;
}
.resource-index__post img {
  display: block;
  width: 100%;
  height: auto;
}
.resource-index__post h2 {
  font-family: "Larken", serif;
  font-size: 2rem;
  line-height: 1em;
  margin: 15px 25px;
}
.resource-index__post p {
  font-size: 0.875rem;
  margin: 0 25px 25px;
}
.resource-index__post nav {
  display: flex;
  flex-direction: row;
  padding-bottom: 25px;
  margin: auto auto 0;
}
.resource-index__post nav .link {
  margin-right: 10px;
}
.resource-index__post nav .link:last-child {
  margin-left: 0;
}

/*# sourceMappingURL=resources.css.map */
