.wrapper-partenze{
    margin-bottom: 2rem;
}

.title-partenze .title{
    font-weight: bold;
    font-size: 1.42rem;
    color: rgb(54, 60, 72);
    text-align: left;
    margin: 0 auto;
    border-bottom: 1px solid rgb(54, 60, 72);
    width: 100%;
    padding: 0.5rem;
    margin: 0.3rem auto 0.75rem;
    letter-spacing: 0.01rem;
}

.text-partenze{
    font-size: 0.9rem;
    color: #585756;
    font-weight: 600;
}

.text-partenze a{
    color: #585756;
    width: 8rem;
    padding: 0 1.18rem;
    display: inline-block;
    text-align: center;
}

.text-partenze a:hover{
    text-decoration: underline;
}

p.notes {
    padding: 0 0 0 1rem;
    margin: 0.5rem 0 0;
    font-weight: 100;
    font-size: 0.8rem;
    color: #1B7CBF;
    font-style: italic;
}
@media only screen and (max-width: 1019px) and (min-width: 0px) {
    .title-partenze .title {
        font-size: 1.2rem;
    }
}