.seccion-our-history {
  width: 95%;
  max-width: 900px;
  margin: auto;
  padding: 60px 0;
  padding-bottom: 0px !important;
}

.our-history {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}

/* línea vertical */
.our-history::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--color-intermedio);
}

.our-history-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;

  position: relative;
  z-index: 2;
}

/* columna icon-our-historyos */
.icon-our-history {
  width: 40px;

  display: flex;
  justify-content: center;

  flex-shrink: 0;
}

/* puntos */
.dot-our-history {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color-intermedio);

  margin-top: 8px;
}

/* corazón */
.heart {
  color: var(--color-intermedio);
  font-size: 24px;
  line-height: 1;
}

/* contenido */
.our-history-content {
  flex: 1;

  display: flex;
  flex-direction: column;
  gap: 8px;

  text-align: left;
}

.our-history-year {
  font-family: "RougeScript-Regular";
  font-size: 1.8rem;
}

.our-history-content h3 {
  font-family: "GreatVibes-Regular", cursive;
  margin: 0;
  font-size: 2em;
  font-weight: 100;
}

.our-history-content p {
  font-family: "RougeScript-Regular";
  margin: 0;
  width: 80%;
  font-size: 1.27em;
  line-height: 1.4em;
  padding-left: 6px;
  text-align: justify;
}
