.block-posts {
	.post-item-publication {
        font-size: 1.6em;
		font-weight: 600;
	}
	.post-item-title {
		letter-spacing: 2px;
        font-size: 1em;
        margin-top: .8em;
        font-weight: 600;        
	}
    .post-item-excerpt {
        font-weight: 300;
        font-size: .96em;
        margin-top: .5em;
        line-height: 1.3;
    }
    .news-item-media {
        iframe {
            aspect-ratio: 16 / 10 !important;
            width: 100% !important;
            height: auto !important;
        }
        img {
            width: 100% !important;
        }
    }
}