
.appointments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	width: 100%;
}
.course .title{
	font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 140%;
	color: #004e91;
	padding: 0;
    text-align: left;
    margin-bottom: 0;
}
.box[style="border:2px solid #e3000f;"] .course .title{
	color: #e3000f;
}
.courses .course:nth-of-type(2){
	margin-bottom: -50px;
}