.techno-list .search-results {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.techno-list .list {
  text-align: center;
}

.techno-list .search-results li {
  display: block;
  padding: 40px 10px;
  text-align: center;
  width: 16%;
  min-width: 100px;
  background-color: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.techno-list .search-results .label {
  display: block;
  margin-bottom: 20px;
}

.techno-list [class*=" dashicons-arrow-"],
[class^="dashicons-arrow-"] {
  transform: rotate(-90deg);
}
