.maindiv2-1{
	position: relative;
	margin-top: 10px;
	height: 500px;
	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: 18px;
	letter-spacing: 1px;
	top:48%;
	left: 7%;
	width: 86%;
	text-align: center;
	line-height: 35px;
}

@media screen and (max-width:1366px) {
	.maindiv2-1{
		width: 800px;
		}
}
@media screen and (max-width:1080px) {
	.maindiv2-1{
		width: 680px;
		}
}
@media screen and (max-device-width:415px) {
	.maindiv2-1{
		width: 100%;
		height: 78%;
		}
}