.commitment { background: #e8efe7; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 3.75rem max(1.4rem, calc((100vw - 1180px) / 2 + 1.4rem)); }
.commitment h2 { font-family: var(--serif); font-size: clamp(1.9rem, 3.7vw, 3rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.1; margin: .55rem 0 .85rem; }
.commitment > p:last-child { max-width: 600px; font-size: 1rem; }
@media (max-width: 700px) { .commitment { padding: 3.3rem 1rem; } }
