.techpro-catalogue-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.techpro-catalogue-item {
  padding: 0.75rem 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
}

.techpro-catalogue-item a {
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
}

.techpro-catalogue-item a:hover,
.techpro-catalogue-item a:focus {
  text-decoration: underline;
}
