
.Programs {display: flex; flex-wrap: wrap; width: 100%;}
#wrapper.animationON .Programs {animation: fadeInUp_30px 1.2s ease;}

	.ProgramsSection 
	{
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important; 
		justify-content:flex-start;
		width:100%;
		margin: 0 0 3.5%; 
		border-radius: 5px; text-align: center;
		box-shadow: 0px 30px 70px rgba(0, 0, 0, .075);
	}
	.ProgramsSection .img
	{
		width: 100%;
		max-width: 535px;
		height: 300px;
	}
	.ProgramsSection .Desc
	{
		width: 55%;
		margin:0 0 0 5%;
		text-align: left;
	}
	.ProgramsSection.thisElement {padding-bottom: 0;}
	.ProgramsSection:nth-child(3n) {margin-right: 0;}
	.ProgramsSection:nth-child(1), .ProgramsSection:nth-child(2), .ProgramsSection:nth-child(3) {margin-top: 0;}

			.ProgramsSection > a {height: 175px; width: 100%; display: block; border-radius: 5px 5px 0px 0px;
				background-repeat: no-repeat; 
				background-position: center;
				background-size: cover;
			}
		.ProgramsSection .description
		{
			margin: 0 0 35px;
		}
			.ProgramsSection .name {font-size: 19px; margin: 28px 0 34px 0; max-width: 290px; line-height: 32px;}
				.ProgramsSection .name a:not(.redcodeColor) {color: #121212;}

			.ProgramsSectionItem {position: relative; margin: 0 0 25px 0; max-width: 270px; line-height: 28px;}
				.ProgramsSectionItem a:not(.redcodeColor) {color: #666;}
			.ProgramsSectionItem:after {position: absolute; content: ""; width: 42px; height: 1px; background: #E0E0E0;
				margin: 0 0; bottom: -14px; left: 0; right: 0;
			}
			.ProgramsSectionItem:last-child {margin-bottom: 0;}
			.ProgramsSectionItem:last-child:after {content: none;}

@media all and (max-width: 1270px) {
}

@media all and (max-width: 1110px) {
}

@media all and (max-width: 935px) {
}


@media all and (max-width: 780px) {
}

@media all and (max-width: 500px) {
}
