.blog-detail {

}





.blog-detail .title {
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #000000;
}
.blog-detail .text {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #000000;
}

.blog-detail .date {
	font-size: .875rem;
	line-height: 1.2;
	color: #0079C2;
}



@media screen and (max-width: 1599px) {



}
@media screen and (max-width: 1399px) {



}
@media screen and (max-width: 1199px) {

	.blog-detail .text {
		font-size: 1rem;
	}

}
@media screen and (max-width: 991px) {

	.blog-detail .date {
		font-size: .875rem;
	}

}
@media screen and (max-width: 767px) {



}
@media screen and (max-width: 575px) {



}