.process-steps-block {padding:5em 0;}
.process-steps__inner {margin:0 auto;background:var(--primary-color);border-radius:2.5em;padding:4em;color:#fff;}
.process-steps__header {text-align:center;margin:0 auto 4em;}
.process-steps__eyebrow {margin:0 0 .35em;font-family:"Lexend",sans-serif;text-transform:uppercase;color:var(--accent1-color);}
.process-steps__heading {margin:0;color:#fff;}
.process-steps__grid {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4em;}
.process-steps__item {min-width:0;}
.process-steps__item-title {margin:0;font-family:"Lexend",sans-serif;font-size:1.5em;line-height:1.05;letter-spacing:.06em;text-transform:uppercase;color:#fff;}
.process-steps__number {font-family:cormorant-garamond,serif;font-size:1.75em;font-weight:400;font-style:italic;letter-spacing:3px;text-transform:none;color:#fff;}
.process-steps__rule {width:5em;height:3px;margin:2em 0;background:var(--accent1-color);}
.process-steps__description {color:#fff;font-size:1em;line-height:1.6;}
.process-steps__description p {margin:0;}
@media (max-width:1024px) {.process-steps-block {padding:4em 0;}.process-steps__inner {padding:4em 2.5em;border-radius:2em;}.process-steps__grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:3em;}.process-steps__header {margin-bottom:3em;}.process-steps__item-title {margin-bottom:2em;}.process-steps__rule {margin-bottom:1.75em;}}
@media (max-width:640px) {.process-steps-block {padding:3em 0;}.process-steps__inner {width:min(92%,1440px);padding:3em 1.5em;border-radius:1.5em;}.process-steps__grid {grid-template-columns:1fr;gap:2.5em;}.process-steps__header {text-align:left;margin-bottom:2.5em;}.process-steps__item-title {font-size:1.35em;margin-bottom:1.25em;}.process-steps__rule {width:4em;margin-bottom:1.25em;}.process-steps__description {font-size:.95em;}}