/* Timeline - Section 1 */

.timeline_section-section_1 .titleDecoration .deco-element {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
}

.timeline_section-section_1 .titleDecoration .deco-element::before {
  content: '';
  display: inline-block;
  transform: skew(-30deg);
  width: 30px;
  height: 13px;
  background-color: var(--e-global-color-secondary);
}

/* Timeline - Section 2 */
/* Timeline - Section 3 */
/* Timeline - Section 4 */
/* Timeline - Section 5 */
/* Timeline - Section 6 */
