.text-center .text-left.tagline-wrap {
  justify-content: flex-start;
}

.th-blog-listings-2 .heading-flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -12px;
  margin-left: -12px;
}

.th-blog-listings-2 .heading-flex .heading-col {
  flex: 1;
  padding: 0 12px;
}

.th-blog-listings-2 .heading-flex .heading-col.content-wrap {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.th-blog-listings-2 .filter-list .list-inline-item:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

.th-blog-listings-2 .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -20px;
  margin-left: -20px;
}

.th-blog-listings-2 .flex .col {
  flex: 0 0 /*33.3333333333%;*/50%;
  max-width: /*33.3333333333%*/;50%;
  padding: 20px 20px;
}

.th-blog-listings-2 .blog-card {
  overflow: hidden;
}

.th-blog-listings-2 .blog-card-featured-image .featured-image {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.th-blog-listings-2 .author-date .list-inline-item:not(:last-child) {
  border-right: 1px solid #2d334a;
  padding-right: 10px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  
  .th-blog-listings-2 .heading-flex .heading-col {
    flex: 0 0 100%;
  }
  
  .th-blog-listings-2 .heading-flex .heading-col.content-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .th-blog-listings-2 .flex .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .th-blog-listings-2 .flex .col:not(:last-child) {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  
}