.dp-facts {
  position: relative;
  max-width: 330px;
  padding: 0 0 clamp(1.5rem, 2.279vw + 0.677rem, 2.5rem) 0;
  border-bottom: 1px solid var(--theme-palette-color-1);
}
.dp-facts__placeholder {
  padding: 2rem;
  text-align: center;
  color: #757575;
  background: #f5f5f5;
  border: 2px dashed #ddd;
  border-radius: 4px;
}
.dp-facts__container {
  position: relative;
}
.dp-facts__item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.dp-facts__item:first-child {
  position: relative;
}
.dp-facts__item.is-active {
  opacity: 1;
  visibility: visible;
}
.dp-facts__title {
  margin: 0;
  font-size: clamp(3.625rem, 5.413vw + 1.669rem, 6rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.dp-facts__description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}