/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 06 2018 | 11:04:54 */
.relatedcourse{
  display: flex;
flex-flow: wrap;
justify-content: space-evenly;
}
.course{
  display: flex;
flex-direction: column;
box-shadow: 0px 0px 12px 0px #c3c3c3;
margin-bottom: 30px;
width: 210px;
}
.heading{
  color: white;
text-align: center;
padding-top: 20px;
height: 55px;
background-color: #c70039;
font-size: 18px;
padding-bottom: 10px;
font-weight: 700;
}
.coursedetail{
  padding-left: 15px;
padding-right: 15px;
}