.details .section__title {
  margin-top: 2rem;
}

.details .section__title:first-of-type {
  margin-top: 0;
}

.palette {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem 1.4rem;
  width: min(100%, 220px);
  margin: 1.2rem auto 0;
}

.palette span {
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--c);
  border: 3px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 8px 18px rgba(63, 63, 64, 0.14);
}
