/*** Site Level ***/
.site-color .card-wrapper .card-body .desc-preview p{
	margin-bottom: 8px !important;
}
@media(max-width:767px){
	/*** Defect - #1280 font size - Grid Card ****/
	.site-color .card-wrapper .card-body .desc-preview p{
		/* font-size:14px; */
		line-height:1.7142857142857142em;
		margin-bottom: 14px;
	}

	/*** Defect - #1280 font size - Grid Card ***/
    /*** Defect - #1279 Margin between heading.***/
	.site-color .grid-card-container .card-wrapper .card .card-body > p{
		margin-bottom: 8px;
	}
	.site-color .card-wrapper .card-body .desc-preview{
		margin-top:0px;
	}
	/*** Defect - #1279 Margin between heading.***/
}
/*** Site Level ***/