.d_coursePromo_title {
	font-weight: bolder;
	text-align: center;
	margin: 50px auto 28px auto;
	color: black;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.d_promoBox {
	padding: 0;
	margin-bottom: 35px;
}

.d_promoBox img {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.d_coursePromo_title {
		font-weight: 600;
		text-transform: uppercase;
		font-size: 31px;
		margin: 50px auto 30px auto;
		line-height: 26px;
	}
}