

body {
	background: #f7f9fc;
}
.about-onsales-section {
	background: #fff;
	color: #232A45;
	border-radius: 14px;
	box-shadow: 0 4px 24px 0 rgba(34,46,80,0.08);
	border: 1.5px solid #e3f4fd;
	padding: 2.2rem 1.5rem;
	max-width: 680px;
	margin: 2.5rem auto;
}
.about-onsales-section h1, .about-onsales-section h2, .about-onsales-section h3 {
	color: #3ABEFF;
	font-weight: 700;
	font-size: 1.7rem;
	letter-spacing: 0.5px;
	margin-bottom: 1.1rem;
	text-align: center;
}
.about-lead, .about-desc {
	color: #232A45;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.8rem;
}
.about-why {
	color: #3ABEFF;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.8rem;
}
.about-footer {
	color: #b3cfff;
	font-size: 0.98rem;
	margin-top: 1.2rem;
	text-align: center;
}
.about-onsales-section ul {
	margin-top: 0.8rem;
	margin-bottom: 0;
	padding-left: 1.1rem;
}
.about-onsales-section ul li {
	color: #232A45;
	font-size: 1rem;
	margin-bottom: 0.28rem;
	position: relative;
	padding-left: 0.7rem;
	list-style: none;
}
.about-onsales-section ul li::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #3ABEFF;
	border-radius: 50%;
	margin-right: 0.4rem;
	position: absolute;
	left: 0;
	top: 0.55em;
}
@media (max-width: 600px) {
	.about-onsales-section {
		padding: 1.2rem 0.5rem;
		border-radius: 8px;
		box-shadow: 0 2px 12px 0 rgba(34,46,80,0.08);
	}
	.about-onsales-section h1, .about-onsales-section h2, .about-onsales-section h3 {
		font-size: 1.18rem;
		margin-bottom: 0.7rem;
	}
	.about-lead, .about-desc, .about-why, .about-footer {
		font-size: 0.95rem;
	}
	.about-onsales-section ul li {
		font-size: 0.95rem;
		margin-bottom: 0.18rem;
	}
}
