.hero-meta span > svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-bottom: 9px;
  color: var(--gold);
  stroke-width: 1.4;
}

.field-sequence div {
  position: relative;
  gap: 9px;
}

.field-sequence svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--gold);
  stroke-width: 1.35;
}

.movement > span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.movement > span svg {
  width: 23px;
  height: 23px;
  margin-top: 4px;
  stroke-width: 1.2;
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gold);
}

.feature-icon svg {
  width: 29px;
  height: 29px;
  stroke-width: 1.2;
}

.feature-icon span {
  font: italic 20px var(--serif);
}

@media (max-width: 800px) {
  .field-sequence div {
    display: grid;
    grid-template-columns: 22px 1fr auto;
    align-items: start;
  }

  .movement > span {
    flex-direction: column;
    gap: 5px;
  }
}
