.content {
	flex: 1;
	font-size: 18px;
	padding: 28px 20px 50px 36px;
	border-radius: 20px;
	background-color: white;
}
.content .title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
}
.content .time {
	color: rgba(0, 0, 0, 0.5);
	font-weight: 500;
	margin-bottom: 30px;
}
.content .subtitle {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.content .subheading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.content .line {
	margin-bottom: 10px;
}
@media(max-width: 992px) {
	.content {
		font-size: 16px;
	}
	.content .title {
		font-size: 36px;
	}
}
@media (max-width: 768px) {
	.content {
		font-size: 14px;
		padding: 20px;
	}
	.content .title {
		font-size: 24px;
	}
	.content .subtitle {
		font-size: 18px;
	}
	.content .subheading {
		font-size: 16px;
	}
}