.ourCoursesSection{
	padding:0 0 70px 0;
	border-bottom:1px solid #C6CFD7;
}
.ourCoursesSection .collaborationTitle{
	margin:0 0 80px 0;
	text-align:center;
}
.ourCoursesWrap{
	display:flex;
	width:-webkit-calc(100% + 30px);
	width:calc(100% + 30px);
	margin:0 -15px;
	flex-wrap:wrap;
}
.ourCoursesItem{
	width:50%;
	padding:0 15px 30px;
	display: flex;
	flex-direction: column;
}
.ourCoursesItemImgWrap{
	display:block;
	height:423px;
}
.ourCoursesItemImg{
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.ourCoursesItemImgWrap:hover .ourCoursesItemImg{
	-webkit-transform:translate(-50%,-50%) scale(1.05);
	transform:translate(-50%,-50%) scale(1.05);
}
.ourCoursesItemText{
	background:#F5F5F6;
	padding:30px;
	display: flex;
	flex: 1;
	flex-direction: column;
}
.ourCoursesItemTitle{
	margin:0 0 20px 0;
	font-family: Heebo;
	font-weight: 500;
	font-size: 34px;
	line-height: 44px;
}
.ourCoursesItemTitle a{
	text-decoration:none;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.ourCoursesItemTitle a:hover{
	color:#4B3FC9;
}
.ourCoursesItemTextInner{
	margin:0 0 30px 0;
}
.ourCoursesItemText .btnBlueBG{
	width:100%;
	margin-top: auto;
}

.courseTopBannerImgTitleWrap{
	text-align:left;
	color:rgba(255,255,255,0.6);
	padding:13px 27px;
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	font-family:Heebo;
	font-size:14px;
	line-height:26px;
	background:-moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 100%);
	background:-webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 100%);
	background:linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#85000000',GradientType=0 );
}

.courseTopBannerImgTitleLogo{
	vertical-align:middle;
	margin:0 0 0 10px;
}
.courseTopBannerImgTitle{
	font-weight:500;
	font-size:22px;
	line-height:26px;
	color:#fff;
	margin:0;
}

@media screen and (max-width:1200px){
    .ourCoursesItemTitle{font-size:28px;line-height:40px;}

}

@media screen and (max-width:1024px){
    .ourCoursesItemImgWrap{height: 350px;}

}

@media screen and (max-width:991px){
    .ourCoursesItemImgWrap{height: 260px;}
	.ourCoursesItemText{padding:20px;}
	.ourCoursesItemTitle{font-size: 26px;line-height: 36px;}
	.ourCoursesSection{padding: 0 0 50px 0;}
}

@media screen and (max-width:767px){
    .ourCoursesSection{padding: 0 0 30px 0;}
	.ourCoursesItemImgWrap{height: 230px;}
	.ourCoursesWrap{width: -webkit-calc(100% + 20px);width: calc(100% + 20px);margin: 0 -10px;}
	.ourCoursesItem{padding:0 10px 30px;}
	.ourCoursesSection .collaborationTitle{margin: 0 0 40px 0;}
    .courseTopBannerImgTitleWrap{padding:10px 20px;}
    .courseTopBannerImgTitle{font-size: 18px;line-height: 24px;}

}

@media screen and (max-width:599px){
    .ourCoursesWrap{width:100%;margin: 0;}
	.ourCoursesItem{width:100%;padding:0 0 30px 0;}
}
