.historias-destacadas {
    margin: 60px auto 5px auto;
    width: 50%;
    display: flex;
    background-color: var(--color-fondo);
    justify-content: space-between;

}

.historia-avatar {
    height: 77px;
    width: 77px;

    display: block;
    border: solid var(--color-borde) 4px;


}

.historia-item p {
    font-size: 12px;
    font-weight: bold;
}

.historia-item {
    display: flex;
    flex-direction: column;
    align-items: center;

}