.kb-posts {
  margin-bottom: 75px;
}
.kb-posts__more {
  margin-top: 44px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .kb-posts__more {
    margin-top: 20px;
  }
}

.kb-filter {
  margin-top: 112px;
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .kb-filter {
    margin-top: 72px;
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .kb-filter {
    grid-template-columns: 1fr;
  }
}

.kb-select {
  width: 100%;
  height: 64px;
  border-radius: 12px;
  padding: 0 32px;
  border: 1px solid #C4C4C4;
  cursor: pointer;
  background: url("../img/arrow_drop_down.svg") center right 32px no-repeat #F8F8F8;
  appearance: none;
  font-family: "KyivTypeSans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.kb-select::placeholder {
  font-family: "KyivTypeSans", sans-serif;
  font-weight: 500;
}

/*# sourceMappingURL=kb.css.map */
