.single-post main .wrapper.flex > * {
  flex: 1;
}
.single-post main .wrapper.flex > article {
  flex: 2;
}
.post .entry-content {
  padding: 2rem 0;
}
.post .entry-title {
  margin: 0;
}
.post .entry-meta {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.post .entry-footer {
  flex-direction: column;
  margin-bottom: 5rem;
}
.partner-card img{
  width: 200px;
}