.mws-about-values { background: var(--mws-soft-white); }
.mws-about-values__list { border-top: 1px solid var(--mws-border); }
.mws-about-values__list article { display: grid; padding: 32px 10px; border-bottom: 1px solid var(--mws-border); grid-template-columns: 80px 1fr; gap: 25px; }
.mws-about-values__list article > span { color: var(--mws-red); font-family: var(--mws-display); font-weight: 800; }
.mws-about-values__list h3 { margin-bottom: 8px; }
.mws-about-values__list p { max-width: 680px; margin: 0; }
