.course h3{
	margin: 0;
	padding: 20px;
	width: 100%;
}

.course h3.step1,div.step1{
	background-color:#66AFE9;
}

.course h3.step2,div.step2{
	background-color:#EEEE00;
}
.course h3.step3,div.step3{
	background-color:orange;
}

.course div{
	margin: 0;
	height: 100%;
	margin: 5px;
	text-align:justify;
}

div.course{
	padding-bottom: 20px;
}


.course-heading {
  margin-bottom: 20px;
  
}

div-heading{
	padding-top: 10em;
}
.course-heading h2 {
  margin-bottom: 10px;
  font-weight: 700;
  
}