.maindiv2-1{
	position: relative;
	margin-top: 10px;
	padding: 5% 0 5% 0;
	height: auto;
	width: 1000px;
	background-color: white;
	border-radius: 20px;
	box-shadow: rgba(55,85,225,0.1) 0 0 20px 0px;
}


.maintext4{
	color: #333333;
	position: relative;
	font-size: 16px;
	letter-spacing: 0.5px;
	top:0;
	left: 10%;
	width: 80%;
	text-align: justify;
	line-height: 35px;
}

.maintext2{
	color: #333333;
	font-weight: bold;
	position: relative;
	font-size: 26px;
	letter-spacing: 1px;
	top:0;
	margin-bottom: 15px;
	left: 10%;
	width: 80%;
	text-align: justify;
	line-height: 20px;
}

.maintext3{
	color: #666666;
	position: relative;
	font-size: 12px;
	letter-spacing: 0.5px;
	top:0;
	left: 10%;
	width: 80%;
	text-align: justify;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.maintexthr{
	width: 80%;
	margin:30px auto 40px auto;
	opacity: 0.2;
}

@media screen and (max-width:1366px) {
	.maindiv2-1{
		width: 800px;
		height: auto;
		padding-bottom: 5%;
		}
}
@media screen and (max-width:1080px) {
	.maindiv2-1{
		width: 680px;
		height: auto;
		padding-bottom: 5%;
		}
}
@media screen and (max-device-width:415px) {
	.maindiv2-1{
		height: auto;
		padding-bottom: 5%;
		width: 100%;
	}
	
	.maintext4{
		font-size: 34px;
		line-height: 54px;
	}
	.maintext2{
		margin-bottom: 50px;
		font-size: 52px;
	}
	
	.maintext3{
		font-size: 22px;
		opacity: 0.4;
		margin-top: 24px;
		margin-bottom: 24px;
		text-indent: 0em;
		line-height: 14px;
	}
	
	.maintexthr{
		margin:65px auto 80px auto;
		opacity: 0.4;
	}
	
	
}