
.industry-card {
  height: 100%;
  padding: 34px;
}

.industry-card .icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  font-size: 18px;
}

.industry-card h3 {
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 500;
}

.industry-card p { margin: 0; font-size: 14px; }
