.wc-blog-posts {
  margin-top: 40px;
  padding: 0 40px;
}

.wc-blog-posts .subtitle {
  color: #262626;
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-bottom: 9px;
  letter-spacing: 2%;
  text-transform: uppercase;
}

.wc-blog-posts h2 {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  line-height: 32px;
}

.wc-blog-list__grid {
  margin: 0;
  list-style: none;
}

.wc-blog-filter {
  margin-top: 7px;
  margin-bottom: 38px;
}

.wc-blog-filter__tabs {
  width: fit-content;
  border-bottom: 1px solid #262626;
  padding-bottom: 12px;
  display: flex;
  gap: 16px;
}

.wc-blog-filter__button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #262626;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

.wc-blog-filter__button.active {
  position: relative;
}

.wc-blog-filter__button.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #262626;
  display: block;
  bottom: -14px;
}

.wc-blog-filter__footer {
  width: fit-content;
  margin: 40px auto 0 auto;
}

.wc-blog-filter__more {
  display: block;
  width: fit-content;
  padding: 10px 38px;
  border: 1px solid #262626;
  color: #262626;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}

.wc-blog-filter__more:visited {
  color: #262626;
}

@media(max-width: 1000px) {
  .wc-blog-posts {
    padding: 0 10px;
  }
}