#news .text {
	color:#333;
}

#news a:link {
	text-decoration: underline;
	color: #333;
}
#news a:visited {
	text-decoration: underline;
	color: #333;
}
#news a:hover {
	text-decoration: underline;
	color: #888;
}
#news a:active {
	text-decoration: underline;
	color: #888;
}

#news .news-images{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px 0 30px 0;
}

#news .news-images.vertical-center{
	align-items: center;
}

#news .news-images.space-evenly{
	justify-content: space-evenly;
}

#news .news-images img{
	width: 32%;
}

#news .line{
	border-bottom: 1px solid black;
	margin-bottom: 30px;
}

#news .flex-column{
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	padding-bottom: 30px;
}

#news .video-wrap {
	max-width: 60%;
}

#news .video-wrap video {
	width: 100% !important;
	height: auto !important;
}

#news .caption-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}