.about-section{overflow:hidden;position:relative}.about-section__inner{align-items:flex-start;display:flex;gap:2rem}.about-section__title{flex:0 0 350px}.about-section__title h1,.about-section__title h2,.about-section__title h3,.about-section__title h4,.about-section__title h5,.about-section__title h6{color:var(--color-headings-default);font-weight:var(--font-weight-normal);letter-spacing:-.05em;line-height:1;margin:0}.about-section__content{display:flex;flex:1;flex-direction:column;gap:2.5rem}.about-section__description{color:var(--color-text-default);font-size:1.5rem;font-weight:var(--font-weight-normal);letter-spacing:-.01em;line-height:1.5;margin:0}.about-section__actions{align-items:center;display:flex}.about-section--white{background-color:var(--color-background-white)}.about-section--white .about-section__description,.about-section--white .about-section__title h1,.about-section--white .about-section__title h2,.about-section--white .about-section__title h3,.about-section--white .about-section__title h4,.about-section--white .about-section__title h5,.about-section--white .about-section__title h6{color:var(--color-text-default)}.section--tertiary{background-color:var(--color-background-tertiary)}.section--secondary{background-color:var(--color-background-secondary)}.section--tertiary .about-section__description,.section--tertiary .about-section__title h1,.section--tertiary .about-section__title h2,.section--tertiary .about-section__title h3,.section--tertiary .about-section__title h4,.section--tertiary .about-section__title h5,.section--tertiary .about-section__title h6{color:var(--color-text-inverted)}.section--primary{background-color:var(--color-background-primary)}.section--primary .about-section__description,.section--primary .about-section__title h1,.section--primary .about-section__title h2,.section--primary .about-section__title h3,.section--primary .about-section__title h4,.section--primary .about-section__title h5,.section--primary .about-section__title h6{color:var(--color-text-default)}.section--dark{background-color:var(--color-background-dark)}.section--dark .about-section__description,.section--dark .about-section__title h1,.section--dark .about-section__title h2,.section--dark .about-section__title h3,.section--dark .about-section__title h4,.section--dark .about-section__title h5,.section--dark .about-section__title h6{color:var(--color-text-inverted)}@media (max-width:1024px){.about-section__inner{flex-direction:column;gap:2rem}.about-section__title{flex:none}}@media (max-width:768px){.about-section__description{font-size:1.125rem;line-height:1.625}.about-section__content{gap:1.5rem}}@media (max-width:480px){.about-section__description{font-size:1rem;line-height:1.5}}.py-section{padding-bottom:var(--section-padding-y);padding-top:var(--section-padding-y)}@media (max-width:768px){.py-section{padding-bottom:3rem;padding-top:3rem}}@media (max-width:480px){.py-section{padding-bottom:2rem;padding-top:2rem}}