/************** NEWS Firma **************/
.news-author-profile-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px;
	margin: 0px 0px 40px 0px;
	background: #EFF4F7;
}
.news-author-profile-container h1 {
	width: calc(100% - 242px);
	font-size: 220%;
	color: #000;
	font-weight: 700;
	margin: 0;
}
.news-author-profile-image img {
	width: 200px;
	height: 200px;
	padding: 3px;
	margin: 0 30px 0 0;
	border: 3px solid #CCC;
	object-fit: cover;
	border-radius: 50%;
	object-position: 50% 20%;
}
.news-author-profile-content {
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 95%;
	line-height: 1.462;
}
.news-author-profile-content:empty {
	display: none;
}

@media only screen and (max-width: 825px) {
	.news-author-profile-container {
		display: block;
		padding: 40px 5%;
	}
	.news-author-profile-container h1 {
		width: 100%;
		font-size: 180%;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.news-author-profile-image {
		margin: 0 0 20px 0;
		text-align: center;
	}
	.news-author-profile-image img {
		margin: 0;
	}
}
