.wrapper-esperti>*:first-child{
    font-weight: bold;
    font-size: 1.42rem;
    color: #1C7CBF;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #1C7CBF;
    width: 50%;
    padding: 0.3rem;
    margin: 0.3rem auto 1.3rem;
    letter-spacing: 0.01rem;
}

.wrapper-esperti>*{
    font-size: 0.79rem;
    font-weight: 100;
    color: #575756;
}

.wrapper-esperti>* a{
    color: #00476B;
    font-weight: 600;
    font-size: 1rem;
}

.wrapper-esperti{
    padding: 1rem;
    margin-bottom: 4rem;
}
.wrapper-esperti.tipologia{
    display: none;
}
@media only screen and (max-width: 1019px) and (min-width: 0px) {
    .wrapper-esperti.tipologia{
        display: block;
    }
    .wrapper-esperti>*:first-child{
        border: none;
        width: 100%;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0.5rem;
        font-weight: normal;
        font-size: 1.2rem;
    }
    .wrapper-esperti>* a{
        color: #0062A7;
        text-decoration: underline;
    }
    .wrapper-esperti{
        margin-bottom: 1rem;
    }
}