.divOne{
	width: 100%;
	min-width: 1200px;
	height: 33.33vw;
	min-height: 400px;
}
.divOne img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}	
.aboutOne {
	text-align: center;
}
.aboutOne img{
	width: 1201px;
	height: 717px;
	background: #D8D8D8;
}
.writtenWords{
	padding-top: 40px;
	margin: 0 auto;
	width: 1201px;
	height: 174px;
	text-align: center;
}
 .writtenWords .writtenWords-p{
	padding-top: 30px;
}
 .Words-pp{				
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 24px;	
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	line-height: 33px;
	color: #666666;
	-webkit-background-clip: text;
}