.single-post .page-header {
  display: none;
}
.single-post article.post {
  margin-top: 64px;
  padding: 0;
}
.single-post .post-title {
  font-size: 36px;
}
.single-post .entry-header .col {
  width: 50%;
}
.single-post .entry-header .post-thumbnail {
  height: 100%;
}
.single-post .entry-header .post-thumbnail img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-post .meta {
  margin-top: 20px;
}
.single-post .meta__title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-post .meta a {
  text-decoration: none;
}
.single-post .meta a:hover {
  text-decoration: underline;
}
.single-post .entry-content {
  margin-left: 0;
  margin-right: 0;
  max-width: 750px;
}
@media (max-width: 79.99875em) {
  .single-post .post-title {
    font-size: 32px;
  }
}

@media (max-width: 61.99875em) {
  .single-post .page-header {
    display: block;
    margin-bottom: 20px;
  }
  .single-post article.post {
    margin-top: 0;
  }
  .single-post .entry-header .row {
    flex-wrap: wrap;
  }
  .single-post .entry-header .col {
    width: 100%;
  }
  .single-post .post-title {
    display: none;
  }
}