.achievement-card {
  border-top: 4px solid var(--gold);
}

.achievement-card:nth-child(2n) {
  border-top-color: var(--green);
}
