html body .dr_box_content .dr_box h5.entry-title a {
    font: normal 16px "Times New Roman", Times, serif !important;
    color: #fff !important;
}
html body .dr_box_content .dr_box h5.entry-title{
	font: normal 16px "Times New Roman", Times, serif !important;
	color: #fff;
    text-shadow: 0px 0px 1px #C0C0C2;
}

@media (min-width: 768px) and (max-width: 979px){
	html body .dr_box_content .dr_box {
		height: 550px!important;
	}
}

@media (min-width: 768px) and (max-width:1024px){
	html body .dr_box_content .dr_box {
		height: 580px!important;
	}
}
