.header-knowledgebase {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-bottom: 130px;
  background-color: #F2F2F1;
  min-height: 840px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .header-knowledgebase {
    min-height: 50vh;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header-knowledgebase .content-wrapper {
  position: relative;
  color: #fff;
  --title-color: #fff;
}
.header-knowledgebase .input-wrapper {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  gap: 16px;
}
.header-knowledgebase .input-wrapper .input-icon {
  color: #000;
}
.header-knowledgebase .input-wrapper input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
}