.subcategories-list {
  background: #346247;
  padding: 40px 0 40px;
}
.subcategories-list h3 {
  font-weight: 900;
  font-family: 'Futura PT', sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.subcategories-list h3 em {
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  color: #a2a3a5;
  font-family: Cardo, sans-serif;
}
.subcategories-list .item {
  margin: 30px 0 0;
}
.subcategories-list .item a {
  color: #fff;
  font-size: 18px;
  font-family: 'Futura PT', sans-serif;
}
.subcategories-list .item a:hover {
  text-decoration: underline;
}
.subcategories-list .col {
  width: 17%;
  float: left;
  margin-left: 3%;
}
.subcategories-list .container {
  max-width: 1180px;
}

@media screen and (max-width: 1023px) {
  .category .posts-list-layout .post-intro-section {
    margin-bottom: 65px;
  }
  .category .post-intro-section {
    background-position: -142px -164px;
  }
  .category-sortes li:nth-child(2n),.category-sortes li {
    width: 38%;
    margin: 0 4% 36px 8%;
  }
  .subcategories-list .col {
    width: 30%;
  }
  .subcategories-list .col + .col + .col + .col {
    clear: left;
  }
  .subcategories-list .col + .col + .col + .col + .col {
    clear: none;
  }
}

@media screen and (max-width: 767px) {
  .category .post-intro-section {
    padding-bottom: 42px;
  }
  .subcategories-list .col {
    width: 47%;
  }
  .subcategories-list .col + .col + .col {
    clear: left;
  }
  .subcategories-list .col + .col + .col + .col {
    clear: none;
  }
  .subcategories-list .col + .col + .col + .col + .col {
    clear: left;
  }
  .subcategories-list h3 {
    margin-left: 5px;
  }
}


@media screen and (max-width: 599px) {
  .category .post-intro-section h1 {
    margin-top: 1em;
  }
}