.expertise-process{margin-bottom:20px;margin-top:20px}.expertise-process__inner{max-width:900px}.expertise-process__title{margin-bottom:16px}.expertise-process__intro{margin-bottom:35px;padding-bottom:0}.expertise-process__phases{display:flex;flex-direction:column;gap:16px;list-style:none;margin:8px 0 0;padding:0}.expertise-process__phase{background-color:#f1f3f4;border-radius:4px;margin:0;overflow:hidden;padding:20px 24px 20px 32px;position:relative;transition:background-color .25s ease}.expertise-process__phase:nth-child(2n){background-color:#eef0f1}.expertise-process__phase:before{background-color:rgba(195,203,43,.35);bottom:0;content:"";left:0;position:absolute;top:0;transition:background-color .25s ease;width:4px}.expertise-process__phase:focus-within:before,.expertise-process__phase:hover:before{background-color:#c3cb2b}.expertise-process__phase-label{color:#c3cb2b;display:block;font-size:12px;font-weight:600;letter-spacing:.08em;margin-bottom:6px}@media (max-width:600px){.expertise-process__phase{padding:16px 16px 16px 24px}}