/* Standard Internal page — H2 heading + intro paragraph + icon bullet list */
.why-choose-bullets { padding: 80px 0 40px; margin-bottom: 40px; }
.why-choose-bullets h2 { text-align: left; }
.why-choose-bullets-intro { font-size: var(--font-size); line-height: 1.4; color: var(--skin-black); }
.why-choose-bullets-intro p { margin: 0 0 1em; }
.why-choose-bullets-list { display: flex; flex-direction: column; gap: 18px; list-style: none; margin: 0; padding: 0; }
.why-choose-bullets-list li { display: flex; align-items: center; gap: 8px; font-size: var(--font-size); line-height: 1.5; color: var(--skin-black); }
.why-choose-bullets-list img { width: 16px; height: 12px; flex-shrink: 0; }

@media (max-width: 767px) {
	.why-choose-bullets {
		padding: 40px 20px;
	}
}