.component {
  background-color: var(--spot-grey-1);
  border: 1px solid var(--spot-grey-3);
  padding: var(--grid-4x);
}

.component h1 {
  margin-bottom: var(--grid-2x);
}

.component p:last-of-type {
  margin-bottom: 0;
}
