.newsblock{
    height: 2610px;
}

.newsblock .card3 a{
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    /*display: inline-block;*/
}
.newsblock .card3 .exclude{
    display: inline-block;
}
.newsblock .card3 a{
    text-transform: none;
}

@media only screen and (max-width: 1700px){
    .newsblock{
        height: 2240px;
    }

    .newsblock .card3 .dot-pur12{
        width: 10px;
        height: 10px;
    }
    .newsblock .card3 a{
        font-size: 18px;
        line-height: 1.7;
    }
}


@media only screen and (max-width: 1140px){
    .newsblock{
        height: fit-content;
    }
    
    .newsblock .card3 time{
        margin: 0;
    }
    .newsblock .card3 .extra{
        display: inline-block !important;
    }
    .newsblock .card3 a{
        font-size: 14px;
    }
    .newsblock .card3 h2{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
}