.genC{ position: relative; }
	.genC .cnt{
		float: right;
		position: relative;
		z-index: 200;
		background: #fff;
		background: rgba(255, 255, 255, 0.7);
		margin-top: 30px;
		padding-top: 45px;
		margin-bottom: 50px;
	}
		.genC .cnt .aPrj, .genC .cnt .aPrp{
			margin-left: 30px;
			margin-right: 30px;
			margin-bottom: 30px;
		}
			.genC .cnt .aPrj .title{
				font-size: 20px;
				font-weight: 600;
				text-transform: uppercase;
			}
			.genC .cnt .aPrj .text{
				font-size: 20px;
				font-weight: 300;
				margin-top: 10px;
				line-height: 28px;
			}
				.genC .cnt .aPrj .text li{ margin-left: 15px; }
				.genC .cnt .aPrj .text strong{ font-weight: 600; }

			.genC .cnt .aPrp .lSide{ 
				float: left;
				width: 31.4%;
				max-width: 275px;
				margin-right: 30px;
			}
				.genC .cnt .aPrp .lSide img{
					width: 100%;
					height: auto;
				}
				.genC .cnt .aPrp .title{
					font-weight: 600;
					font-size: 18px;
					text-transform: uppercase;
					margin-bottom: 8px;
				}
				.genC .cnt .aPrp .text{
					font-weight: 300;
					font-size: 18px;
					line-height: 24px;
				}
				.genC .cnt .aPrp .link{ margin-top: 20px; font-weight: 700; }
				.genC .cnt sup{
					font-size: 12px;
					position: relative;
					bottom: 7px;
				}


@media screen and (max-width: 1000px){
	.genC .cnt{ margin-top: 95px; }
}

@media screen and (max-width: 760px){
	.genC .cnt{ margin-top: 110px; }

	.genC .cnt .aPrj .title{ font-size: 16px; line-height: 22px; }
	.genC .cnt .aPrj .text{ font-size: 16px; line-height: 22px; }

	.genC .cnt .aPrp .title{ font-size: 16px; line-height: 22px; }
	.genC .cnt .aPrp .text{ font-size: 13px; line-height: 19px; }

	.genC .cnt sup{
		font-size: 10px;
		position: relative;
		bottom: 5px;
	}

	.mobTitle{
		margin: 0 30px 15px 30px;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 600;
	}
}

@media screen and (max-width: 550px){
	.genC .cnt .aPrp .lSide{
		margin-right: 0px;
		width: 100%;
		margin-bottom: 20px;
		max-width: inherit;
	}

	.genC .cnt .aPrp .text{ font-size: 15px; line-height: 21px; }
}