.our-title{
	text-align: center;
	color: #1C1C1C;
	font-size: 18px;
	font-weight: 600;
}
.our-title-s{
	text-align: center;
	color: #1C1C1C;
	font-size: 15px;
	margin-top: 10px;
}
.our-step{
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	min-height: 200px;
	border-radius: 16px;
}
.our-step{
	margin-top: 25px;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.our-num{
	background-color: #1AADA6;
	color: white;
	border-radius: 64px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-step-title{
	margin-top: 10px;
	color: #1C1C1C;
	font-size: 15px;
	font-weight: 600;
}
.our-step-content{
	margin-top: 10px;
	text-align: center;
	color: #626262;
	line-height: 22px;
}
.our-form-all{
	margin-top: 20px;
	margin-bottom: 50px;
	min-height: 500px;
	background-color: #F3FEFF;
	border-radius: 16px;
}
.our-notes-div{
	display: flex;
	align-items: center;
	margin-top: 20px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 15px 20px;
}
.our-notes-num{
	background-color: #1AADA6;
	color: white;
	border-radius: 64px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.our-notes-info{
	margin-left: 5px;
}
.our-notes-title{
	margin-bottom: 8px;
	font-weight: 600;
	color: #1C1C1C;
}
.our-notes-content{
	color: #626262;
	line-height: 22px;
}