.ilx-blog-index {
  background: #f7f8f6;
}

.ilx-blog-hero {
  padding: 72px 0 62px;
  background: #f7f8f6;
}

.ilx-blog-hero h1 {
  font-size: 50px;
}

.ilx-guide-section {
  padding: 62px 0 0;
  background: #f7f8f6;
}

.ilx-guide-section > .ilx-blog-shell {
  padding-bottom: 62px;
  border-bottom: 1px solid #d5dad5;
}

.ilx-latest-section {
  padding: 62px 0 88px;
  background: #f7f8f6;
}

.ilx-blog-heading {
  margin-bottom: 32px;
}

.ilx-blog-heading .ilx-blog-kicker {
  display: none;
}

.ilx-blog-heading h2,
.ilx-blog-sidebar h2 {
  font-size: 32px;
}

.ilx-post-card {
  background: #fff;
  box-shadow: 0 1px 0 rgba(32, 38, 34, 0.02);
}

.ilx-post-body {
  padding: 26px;
}

.ilx-post-card h3 {
  font-size: 21px;
}

.ilx-blog-empty {
  padding: 28px 0;
}

@media (max-width: 781px) {
  .ilx-blog-hero {
    padding: 56px 0 50px;
  }

  .ilx-blog-hero h1 {
    font-size: 40px;
  }

  .ilx-guide-section {
    padding-top: 52px;
  }

  .ilx-guide-section > .ilx-blog-shell {
    padding-bottom: 52px;
  }

  .ilx-latest-section {
    padding: 52px 0 64px;
  }
}
