.c-affiliation_posts__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-affiliation_post {
  margin-bottom: 24px;
}
.c-affiliation_post img {
  width: auto;
  height: 70px;
}
.c-affiliation_post__inner {
  height: 100%;
  padding: 50px;
  box-shadow: 0px 0px 6px 1px #f1f1f1;
  display: flex;
  flex-direction: column;
}
.c-affiliation_post__imagewrap {
  margin-bottom: 30px;
}
.c-affiliation_post__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.c-affiliation_post__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  color: #00234b;
  font-family: "Fira Sans", sans-serif;
}
.c-affiliation_post__excerpt p:last-child {
  margin-bottom: 0;
}
