.feature-section{position:relative;background:#f9f9fb;padding:6rem 1rem;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.feature-section:before{content:"";position:absolute;width:400px;height:400px;background:rgba(37,99,235,.1);border-radius:50%;top:-100px;right:-100px;z-index:0}.feature-section__container{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media(max-width:768px){.feature-section__container{grid-template-columns:1fr;gap:2rem;text-align:center}}.feature-section__text{display:flex;flex-direction:column;justify-content:center}.feature-section__text .feature-section__title{font-size:2.25rem;line-height:1.2;color:#111827;margin-bottom:1rem}.feature-section__text .feature-section__lead{font-size:1.125rem;line-height:1.6;color:#374151}.feature-section__details{display:flex;flex-direction:column}.feature-section__details .feature-section__subtitle{font-size:1.5rem;color:#111827;margin-bottom:1rem}.feature-section__details .feature-section__paragraphs{display:flex;flex-direction:column;gap:1rem}.feature-section__details .feature-section__paragraphs p{font-size:1rem;line-height:1.7;color:#4b5563}.feature-section__details .feature-section__paragraphs strong{color:#111827}.divider{border:none;height:1px;width:60%;max-width:1000px;margin:4rem auto;background:rgba(0,0,0,.1);box-shadow:0 10px 10px rgba(0,0,0,.08);border-radius:4px}@media(max-width:768px){.divider{width:80%}}