.card-img-top{display: block;width: 70px;margin: 0 auto 25px;}
				.heading{ 
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 13px;
    padding-top: 0;
    padding-bottom: 10px;}
	.ft-16{font-size:16px;margin-bottom: 5px;}
	.card-img-top{display: block;width: 70px;margin: 0 auto 25px;}
	
	.first-block{position: relative;padding: 20px;height:240px;background: #fff;border:3px solid #f2f2f2;}
	.card-link,.card-link:hover{font-size: 14px;color: #97174f;display: inline-block;float: right;position: absolute;
    bottom: 32px;right: 32px;font-weight: 600;text-decoration:none;}
	.box:hover{background:#f2f2f2;border:2px solid #fff;}


	.card-title{font-size:18px;color: #000;margin-bottom: 16px;font-weight: 600;line-height:1.4;text-align:center;}
		.card-text,.blog-item-text{font-size: 16px;line-height: 22px;;margin-bottom: 20px;text-align:justify;}
		
		@media only screen and (max-width: 767px) {
			.first-block{ padding:15px;}
			.card-title{text-align:center;font-size:16px;}
			.card-img-top{margin: 0 auto 0px;}
			.first-block{height:210px;}
		}
		
		/**Tablet**/
	@media only screen and (min-width: 768px) and (max-width: 991px){
		.first-block{padding:20px;}
	}
	/****/