.differentials__panel {
  border-radius: 20px;
}

.differentials__timeline-item {
  align-items: flex-start;
  display: flex;
  gap: 24px;
}

.differentials__marker {
  align-items: center;
  background: var(--primary-color);
  border-radius: 50%;
  color: var(--white-color);
  display: flex;
  flex-shrink: 0;
  font-size: var(--text-x-large);
  font-weight: 700;
  height: 56px;
  justify-content: center;
  margin: 0;
  width: 56px;
}

/*# sourceMappingURL=home.css.map */
