#Courses{
    width: 1400px;
    min-height: 500px;
    margin: auto;
    position: relative;
    background-color: #fff;
    margin-top: -150px;
    z-index: 9;
    overflow: hidden;
}

.Courses_left{
	width: 15%;
	margin-left: 0;
	min-height: 200px;
	float: left;
	border-right: 1px solid rgba(1,4,44,0.2);
}

.Courses_right{
	width: 74%;
	float: right;
	margin-right:0;
	min-height: 700px;
	border-left: 1px solid rgba(1,4,44,0.2);
	
}

.team_info{
	width: 290px;
	height: 35px;
	border-radius: 10px;
	background-color: #d2ae6d;
	margin:15px auto;
	text-align: center;
	padding: 5px;
	line-height: 32px;
}
.team_info a{
	color: #fff;
	letter-spacing: 1.4px;
	font-size: 16px;
}

	.border{
		width: 96%;
		margin: auto;
	}
	.border h1{
		padding: 5px;
		color: #d2ae6d;
		font-family: 'bpg_nino_medium_capsregular';
		margin-top: 50px;
	}
	.border pre{
		color:#30b269;
		padding: 5px;
	}
	.team_text{
	padding: 5px;
    color: #8a8a8a;
    line-height: 22px;
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
	}
	.team_text ul{
	margin-left: 20px;
	}
	.Courses_center{
		float: left;
		width: 23%;
		margin-left: 1%;
		min-height: 900px;
		border-radius: 3px;
	}
	.Courses_center img{
		margin: 5px;
		width: 98.6%;
	}
	
	


@media only screen and (max-width: 1500px) {
	#Courses{
		 width: 96%;
	}
	.Courses{
	 width: 100%;
}
	
}
@media only screen and (max-width: 1400px) {
	.Courses_right{
		 width: 70%;
	}
	.Courses_center{
		    width: 27%;
	}
	
}
@media only screen and (max-width: 1300px) {
#Courses{
		 width: 98%;
	}
}
@media only screen and (max-width: 1120px) {
	.Courses_right{
		 width: 60%;
	}
	.Courses_center{
		    width: 35%;
	}
	
}
@media only screen and (max-width: 920px) {
	.Courses_right{
		 width: 100%;
		 float: none;
		 border: none;
	}
	.border h1{
		    margin-top: 0px;
	}
	.Courses_center{
		    width: 40%;
		   min-height: 200px !important;
		    
		 float: none
	}
	
}
@media only screen and (max-width: 800px) {
	.Courses_right{
		 width: 100%;
		 float: none;
		 border: none;
	}
	.border h1{
		    margin-top: 0px;
	}
	.Courses_center{
		    
		    width: 400px;
		   min-height: 200px !important;
		    
		 float: none
	}
	
}
@media only screen and (max-width: 500px) {
    .border h1 {
        width: 97%;
        text-align: center;
    }
    .Courses_center img {
   margin-left: 10%;
    width: 80%;
}

}