.knowledgebase_list {
  padding: 60px 0;
}
.knowledgebase_list h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.knowledgebase_list p.subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
}

.knowledgebase_list-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.knowledgebase_list-item:hover {
  transform: translateY(-6px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
}
.knowledgebase_list-item img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  border-radius: 50%;
}
.knowledgebase_list-item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.knowledgebase_list-item p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 15px;
}
.knowledgebase_list-item a.item-link {
  text-decoration: none;
  color: var(--themeprimaryclr);
  font-weight: 600;
}
.knowledgebase_list-item i {
  color: var(--themeprimaryclr);
}/*# sourceMappingURL=knowledgebase-list.css.map */