.technology-card {
  align-self: start;
  padding: 24px;
  border-top: 8px solid var(--red);
  background: #dce6f2;
}

.technology-card > span {
  color: var(--red);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.technology-card h2 {
  margin: 7px 0 18px;
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: -.045em;
}

.technology-card ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.technology-card li {
  border-top: 1px solid #afbdcc;
}

.technology-card a {
  padding: 12px 0;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

.technology-card img {
  width: 82px;
  height: 55px;
  display: block;
  object-fit: cover;
}

.technology-card strong {
  font-size: .76rem;
  line-height: 1.28;
}

.technology-card a:hover strong {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.technology-empty {
  padding: 16px 0;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.45;
}

@media (max-width: 800px) {
  .technology-card {
    width: 100%;
  }
}
