.section-icon{position:relative;display:grid;place-items:center;width:48px;height:48px;margin:0 auto 18px;border:1px solid rgba(177,138,82,.42);border-radius:50%;color:#a77c43;background:rgba(255,253,249,.78);box-shadow:0 9px 24px rgba(104,43,62,.08)}
.section-icon::before,.section-icon::after{content:"";position:absolute;top:50%;width:18px;height:1px;background:linear-gradient(90deg,transparent,currentColor);opacity:.45}
.section-icon::before{right:calc(100% + 8px)}
.section-icon::after{left:calc(100% + 8px);transform:rotate(180deg)}
.section-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.cover-card .section-icon{margin-bottom:12px;background:rgba(49,23,28,.42);color:#f0d9ae;border-color:rgba(240,217,174,.42);box-shadow:none}
.quote .section-icon,.gift .section-icon,.closing .section-icon{color:#f0d9ae;background:rgba(55,24,33,.22);border-color:rgba(240,217,174,.36);box-shadow:none}
.quote .section-icon{margin-bottom:25px}
.closing .section-icon{margin-bottom:15px}
@media(max-width:480px){.section-icon{width:44px;height:44px}.section-icon svg{width:21px;height:21px}.section-icon::before,.section-icon::after{width:14px}}
