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

.maintext1{
	color: #333333;
	position: relative;
	font-size: 16px;
	letter-spacing: 0.5px;
	top:0;
	left: 7%;
	width: 86%;
	text-indent: 2em;
	text-align: justify;
	line-height: 35px;
}
.maintext1 a{
	color: #666666;
	text-decoration-color: #DDDDDD;
}

.maintext1 a:link{
	color: #666666;
	text-decoration-color: #DDDDDD;
	transition-duration:0.3s;
	transition-timing-function:ease;
}

.maintext1 a:hover{
	color: #333333;
	text-decoration-color: #333333;
	transition-duration:0.7s;
	transition-timing-function:ease;
}


	
	@media screen and (max-width:1366px) {
		.maindiv2-1{
			height: auto;
			padding-bottom: 5%;
			width: 100%;
		}
	}
	@media screen and (max-width:1080px) {
		.maindiv2-1{
			height: auto;
			padding-bottom: 5%;
			width: 100%;
		}
	}
	@media screen and (max-device-width:415px) {
		.maindiv2-1{
			height: auto;
			padding-bottom: 5%;
			width: 100%;
			border-radius: 38px;
		}
	}