.main {
	padding-bottom: 300px;
}
.main .img {
	width: 400px;
    margin-top: 255px;
}
.main .title {
	color: #462DE1;
	font-size: 26px;
	font-weight: 600;
	margin-top: 40px;
}
.main .subtitle {
	color: rgba(0, 0, 0, 0.95);
	font-weight: 600;
	margin-top: 10px;
}
.main .button {
	width: 300px;
	height: 54px;
	color: white;
	font-size: 18px;
	line-height: 54px;
	margin-top: 30px;
	border-radius: 30px;
	background: linear-gradient(90deg, #9963FF 0%, #2664FF 100%);
}
@media(max-width: 768px) {
	.main .img {
		width: 300px;
		margin-top: 150px;
	}
	.main .title {
		font-size: 22px;
		margin-top: 30px;
	}
	.main .subtitle {
		font-size: 14px;
	}
	.main .button {
		width: 200px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
}