.section-divider{width:min(1180px,calc(100% - 40px));height:82px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.section-divider>i{height:1px;background:linear-gradient(90deg,transparent,var(--line))}.section-divider>i:last-child{background:linear-gradient(90deg,var(--line),transparent)}.section-divider>span{position:relative;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--paper);box-shadow:0 5px 18px rgba(37,40,30,.06)}.section-divider b{font-size:.8rem;font-weight:950;letter-spacing:.08em}.section-divider span:before,.section-divider span:after{content:'';position:absolute;width:4px;height:4px;border-radius:50%;background:#a6aa99}.section-divider span:before{transform:translateX(-27px)}.section-divider span:after{transform:translateX(27px)}@media(max-width:800px){.section-divider{width:calc(100% - 24px);height:58px;gap:12px}.section-divider>span{width:32px;height:32px}}
