.blocco-news .news-inner img {
    padding: 2vw;
}

div.ccm-page .blocco-news h1 {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 100;
    font-size: 40px;
}
div.ccm-page .blocco-news p {
    font-family: 'Montserrat';
    /*text-transform: capitalize;*/
    font-size: 20px;
    font-weight: 100;
    color: #A5A8AA;
}

.area-news {
    min-height: 100vh;
}

.news {
    border-bottom: 1px solid #99a4ae;
    padding-bottom: 10px;
}
.news:last-child {
    border-bottom: none;
}

.news .immagine {
    display: flex;
    align-items: center;
}

div.ccm-page .blocco-news .news .partecipa {
    color: #B5B9B7 !important;
    background: #32363F;
    padding: 10px 15px;
    font-family: 'acumin-pro', serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    min-width: 150px;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-fit-content;
}

div.ccm-page .blocco-news .news .partecipa:hover,
div.ccm-page .blocco-news .news .partecipa:focus,
div.ccm-page .blocco-news .news .partecipa:active {
    color: white !important;
}

div.ccm-page .blocco-news .news .partecipa span {
    flex: 1;
}

/*Arrows*/
.blocco-news .news .arrow {
    width: 18px;
    height: 18px;
    position: relative;
}
.blocco-news .news .arrow:before,
.blocco-news .news .arrow:after {
    content: '';
    position: absolute;
    width: 15%;
    height: 50%;
    background-color: #FFF;
}
.blocco-news .news .arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(135deg, 0deg);
    -ms-transform: skew(135deg, 0deg);
    transform: skew(135deg, 0deg);
}
.blocco-news .news .arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-135deg, 0deg);
    -ms-transform: skew(-135deg, 0deg);
    transform: skew(-135deg, 0deg);
}
.blocco-news .news .arrow.right {
    transform: rotate(180deg);
}

@media screen and (max-width: 567px) {
    .blocco-news .news .testo {
        padding: 3vw;
        padding-bottom: 5vw;
    }
    .news {
        margin-top: 20px;
    }
}
