.historia {
    margin-top: 5rem;
}

.historia p,
.faqs-description {
    /* width: 40%; */
    margin-inline: auto;
    max-width: 840px;
}

.historia span {
    position: relative;
}

.historia span::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 24px;
    top: 0px;
    background-color: var(--c1-dark);
}

.historia span:first-child::before {
    top: -30px;
}

.historia .upper {
    text-transform: uppercase;
    font-size: 16px;
}

@media(max-width: 768px) {
    .historia p {
        width: 80%;
    }
}