.page-content-wrapper {
  padding: 30px 0;
}
.page-content {
  padding: 15px 0;
}
.page-content h2 {
  line-height: 30px;
}
.page-content h3 {
  line-height: 24px;
}
.page h1 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 15px;
}
.page p {
  color: #8c8b8b;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
}
.page p a {
  color: #0f1d2b;
}

.overview-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.overview-grid-item {
  padding: 0 20px;
  width: 33.3333%;
}

.article-type {
  padding: 100px 0 30px 0;
}

.article-type .post {
  margin-bottom: 100px;
}

.overview-grid-item-content {
  background: #f8f9f9;
  padding: 17px 20px 20px;
  margin-bottom: 50px;
}

.overview-grid-item-content h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.overview-grid-item-content a {
  text-decoration: none;
  color: #0f1d2b;
  display: block;
  position: relative;
}

.overview-grid-item-content .excerpt, .overview-grid-item-content .excerpt p {
  color: #8c8b8b;
  font-size: 16px;
  line-height: 22px;
}

.page-numbers.prev, .page-numbers.next {
    display: initial;
    padding: 12px 20px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
}

.types-navigation .page-numbers:not(.prev):not(.next) {
  display: none;
}

.types-navigation {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
  .overview-grid-item {
    width: 100%;
  }

  .article-type {
    padding: 0 0 20px 0;
  }

  .article-type .post {
    margin-bottom: 20px;
  }

  .overview-grid-item-content {
    margin-bottom: 40px;
  }
}
