.process-section h2 {font-weight: 700;}
.list-check {list-style: none;padding-left: 0;}
.list-check li {margin-bottom: 0.4rem;}
.list-check li::before {content: "✔";color: #1f7a3a;margin-right: 0.4rem;}
.alert-box {background: #f4f9f5;border: 2px solid #1f7a3a;border-radius: 12px;color: #1f7a3a;font-size: 1rem;line-height: 1.6;}
.process-section img {object-fit: cover;}
@media (max-width: 768px) {
	.process-section h3 {font-size: 1.25rem;}
}