.service-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.service-card{display:flex;flex-direction:column;height:100%}.service-card__visual{min-height:165px;display:grid;place-items:center;background:linear-gradient(145deg,#fff7e9,#f2dfbe);border-bottom:1px solid #e5d5bd}.service-card__visual span{display:grid;place-items:center;width:92px;height:92px;border-radius:26px;background:linear-gradient(145deg,#b97722,#7b440d);color:#fff;font-size:1.5rem;font-weight:950;letter-spacing:.08em;box-shadow:0 18px 30px rgba(93,53,14,.22)}.service-card__body{display:flex;flex-direction:column;flex:1;padding:27px}.service-card__body .mst-check-list{margin:14px 0 22px}.service-card__body .mst-btn{margin-top:auto}.service-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid #e4d3bb;border-radius:24px;overflow:hidden;background:#e4d3bb}.service-process>div{padding:26px;background:#fff}.service-process span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:14px;border-radius:12px;background:#fff0d7;color:#81480d;font-weight:950}.service-process strong{display:block;margin-bottom:8px;color:#4c331e}.service-process p{margin-bottom:0}@media(max-width:980px){.service-showcase{grid-template-columns:1fr}.service-process{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.service-process{grid-template-columns:1fr}}