.news_blog {
	width: 45vw;
	height: 95vw;
	border-radius: 2vw;
	margin-top: 3vw;
	margin-left: 3.33vw;
	padding-bottom: 1vw;
	text-align: center;
	float: left;
}

.news_title {
	width: 43vw;
	height: 7vw;
	display: inline-block;
	margin-top: 1vw;
	margin-bottom: 1vw;
	font-size: 2.2vw;
	font-weight: 700;
	color: rgb(255, 255, 255);
	text-align: center;
}

.news_content {
	width: 43vw;
	height: 85vw;
	padding: 10px;
	margin: 0 auto;
	border-radius: 2vw;
	background-color: white;
}

.news_content img {
	width: 40vw;
}

.news_content p {
	width: 40vw;
	font-size: 2vw;
	margin-top: 2vw;
	color: rgb(54, 54, 54);
	text-align: left;
}

.news_content span {
	margin-left: 22vw;
	font-size: 2vw;
	font-weight: 400;
	color: rgba(54, 54, 54, 0.5);
}