.intro-text{
    margin: 15px;
    font-family: 'Prata', serif;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}
@media (min-width: 992px){
    .intro-text{
        margin: 30px 15px;
        font-size: 27px;
    }
}
.row-news-list{
    margin-bottom: 30px;
}
.news-block .news-img{
    margin-bottom: 15px;
}
.news-block .news-title{
    font-family: 'Prata', sans-serif;
    font-size: 20px;
}
.news-block .desc{
    font-family: 'SFProText-Light', sans-serif;
    font-size: 14px;
}
.news-block .btn-arrow{
    font-family: 'SFProText-Medium', sans-serif;
    color: #333;
    font-size: 15px;
    padding-left: 0;
    background: transparent;
}
.news-block .btn-arrow > img{
    height: 16px;
}
.news-detail{
    margin-bottom: 30px;
}
.news-detail .news-title{
    font-family: 'Prata', sans-serif;
    font-size: 24px;
    color: #333;
}
@media (min-width:992px){
    .news-detail .news-title{
        font-size: 36px;
    }

}
.news-block .breadcrumbs-wrap{
    text-align:left;
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin-top:15px;
}
.news-block .breadcrumbs-list{
    /*margin-top:15px;*/
}
.news-block .btn-arrow{
    display: inline-block;
    font-family: 'SFProText-Regular', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    vertical-align: middle;
    color: #333;
}
.news-block .btn-arrow > img{
    width: 16px;
    height: auto;
    vertical-align: middle;
}
/* bollino
/* ------------------------ */
.bollino{
    display: none;
}
@media (min-width: 992px){
    .bollino{
        display: block;
        position: absolute;
        z-index: 10;
        top: 140px;
        left: 50px;
        width: 130px;
    }
}
@media (min-width:1400px){
    .bollino{
        top: 210px;
        left: 250px;
        width: 150px;
    }
}

