.caratteristiche p {
    margin-bottom: 0.5rem;
    position: relative;
}

.caratteristiche p:not(:last-child):after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: var(--global-palette2);
    box-sizing: border-box;
    display: block;
    margin-top: 0.5rem;
}