.section-divider{width:100%;max-width:1500px;margin:0 auto;display:flex;flex-direction:column}.section-divider__row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.section-divider__line{margin-top:14px}.section-divider__rule{height:1px;width:100%;background:rgba(0,0,0,.1)}.section-divider__cuberto{opacity:.9}.section-divider__title{font-family:var(--ws-font-serif);font-size:clamp(1.75rem,2.4vw,2.25rem);font-weight:700;color:var(--color-navy);margin:0;display:flex;align-items:flex-start;gap:.5rem}.section-divider__count{font-family:var(--ws-font-sans);font-size:1.1rem;font-weight:700;color:var(--color-blue-mid);margin-top:.35rem}.section-divider__link{display:inline-flex;align-items:center;gap:12px;text-decoration:none;transition:opacity .3s ease}.section-divider__text{font-family:var(--ws-font-sans);font-size:1rem;font-weight:400;color:var(--color-blue-mid);padding:.5rem 1rem;border:1px solid rgba(45,91,227,.1);border-radius:50px;line-height:1}.section-divider__icon{width:40px;height:40px;background-color:var(--color-blue-mid);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease;flex:0 0 auto}.section-divider__link:hover .section-divider__icon{transform:translate(2px,-2px)}.section-divider__link:hover .section-divider__text{border-color:var(--color-blue-mid)}