.wrapper-approfondimenti{
    padding-top: 1rem;
    /*background-color: #F4F4F4;*/
    margin-bottom: 3rem;
}

.title-approfondimenti .title{
    font-weight: 900;
    font-size: 1.42rem;
    color: rgb(54, 60, 72);
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid rgb(54, 60, 72);
    width: 60%;
    padding: 0.3rem;
    margin: 0.3rem auto 2rem;
    letter-spacing: 0.01rem;
}

.approfondimenti{
    font-size: 0;
    display: table-cell;
}

.approfondimenti .approfondimento .copertina{
    width: 100%;
    height: 11.47rem;
    overflow: hidden;
    float: left;
    background-size: cover;
    background-position: center center;
    display: block;
}

.approfondimenti .approfondimento{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 1rem;
    height: 21rem;
    position: relative;
    margin-left: 1.2rem;
}

.approfondimenti .approfondimento .title{
    font-weight: bold;
    font-size: 0.84rem;
    color: #00476B;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #00476B;
    width: 80%;
    padding: 0.3rem 0 0;
    letter-spacing: 0.01rem;
}

.approfondimenti .approfondimento span{
    color: #878787;
    font-size: 0.7rem;
    font-weight: 400;
    margin-top: 0.3rem;
    display: inline-block;
}

.approfondimenti .approfondimento p{
    color: #575756;
    font-size: 0.68rem;
    font-weight: 100;
    text-align: justify;
    padding-right: 1.3rem;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.approfondimenti .approfondimento a.more{
    color: #00476B;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0;
    float: right;
    padding-right: 1.3rem;
    position: absolute;
    bottom: 1rem;
    right: 0rem;
}
@media only screen and (max-width: 1019px) and (min-width: 0px) {
    .title-approfondimenti .title{
        width: 100%;
        text-align: left;
    }
    .approfondimenti .approfondimento{
        width: 95%;
        margin: 0 2.5%;
        padding-bottom: 1.7rem;
        height: auto;
    }
    .approfondimenti .approfondimento>*{
        display: none;
    }
    .approfondimenti .approfondimento .data,
    .approfondimenti .approfondimento .more,
    .approfondimenti .approfondimento .title{
        display: block;
    }
    .approfondimenti .approfondimento .title{
        width: 100%;
    }
    .approfondimenti .approfondimento a.more{
        bottom: 0.5rem;
    }
    .approfondimento:nth-child(n+6) {
        display: none;
    }
}