.blog-header {
  margin-bottom: 75px;
}

.blog-entry-content {
  text-align: center;
}

/* widget recent posts */

.the_retailer_recent_posts .post_comments {
  display: none !important;
}

.the_retailer_recent_posts li a {
  margin-top: 4px !important;
}

/* articles list */

.articles_list .gbtr_post_title_listing a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
  transition: all 0.3s ease-in-out !important;
}

.articles_list .gbtr_post_title_listing a:hover {
  color: #b39964 !important;
}

.articles_list .entry-meta,
.articles_list .entry-meta a,
.articles_list .entry-meta span {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
}

.articles_list .entry-content,
.articles_list .entry-content p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
}

/* btn */

.articles_list .more-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  transition: all 0.3s ease-in-out !important;
}

@media screen and (max-width: 959px) {
  .articles_list .gbtr_post_title_listing a {
    font-weight: 100;
    font-size: 33px;
    line-height: 40px;
  }

  .articles_list .entry-meta,
  .articles_list .entry-meta a,
  .articles_list .entry-meta span {
    font-weight: 100;
    font-size: 12px;
    line-height: 17px;
  }

  .articles_list .entry-content,
  .articles_list .entry-content p {
    font-weight: 100;
    font-size: 16px;
    line-height: 22px;
  }

  .articles_list .more-link {
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
  }
}
