.fsp-ins-loop:nth-child(odd) {
  background-color: var(--tertiary-l-4);
}

.fsp-ins-loop:nth-child(even) {
  background-color: var(--accent-l-4);
}