.blog-hero {
  background: #f7f8ff;
  padding-bottom: 2rem;
}

.blog-container {
  max-width: 880px !important;
}

.blog-content {
  font-size: 1.08rem;
  line-height: 1.75;
}

.blog-content h2 {
  margin-top: 2.5rem;
}

.blog-content h3 {
  margin-top: 2rem;
}

.blog-content aside.box > h2:first-child,
.blog-content aside.box > h3:first-child {
  margin-top: 0;
}

.blog-content aside.box > p:first-of-type {
  margin-top: 0.5rem;
}

.blog-content table {
  display: block;
  margin: 1.5rem 0;
  max-width: 100%;
  overflow-x: auto;
}

.blog-content th,
.blog-content td {
  min-width: 170px;
  vertical-align: top;
}

.blog-card {
  height: 100%;
}

.blog-card .card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card .button {
  align-self: flex-start;
  margin-top: auto;
}
