
/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
#news {
	padding-top: 40px;
	padding-bottom: 65px;
	background: linear-gradient(180deg, #F6F1FF 0%, #EEE4FF 100%);
}
.news_top_wrapper {
	width: 39%;
    margin: 0px auto;
	margin-bottom: 40px;
}
.news_top_wrapper p {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #313131;
}
#news h3 {
	font-weight: bold;
	font-size: 40px;
	line-height: 54px;
	color: #313131;
}
#news h3 span {
	color: #752369;
}
#news .card-body {
	background: #FAF7FF;
	min-height: 140px;
}
#news .card-body .text-muted {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #676665;
	margin-bottom: 16px;
} 
#news .card-body .card-text {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #313131;
}

/*--------------------------------------------------------------
# Media query
--------------------------------------------------------------*/
@media (max-width: 1399px) {
	
}
@media (max-width: 1199px) {
	.news_top_wrapper {
		width: 45%;
	}
	#news .card-body .card-text {
		font-size: 15px;
		line-height: 20px;
	}
}

@media (max-width: 991px) {
	.news_top_wrapper {
		width: 60%;
	}
	#news .card-body {
		padding: 10px;
	}
	#news .card-body .card-text {
		font-size: 13px;
		line-height: 17px;
	}
}

