.about-page{flex-grow:1;align-self:center;width:100%;max-width:1440px;padding:3rem 2rem;margin-top:4rem;color:#fff;display:flex;flex-direction:column;gap:2rem}.about-page .about__wrapper{border-radius:15px;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(max-width:400px){.about-page .about__wrapper .about__block{flex-direction:column;align-items:center}}.about-page .about__wrapper .about__divider{width:100%;height:56px;border-radius:20px;background:radial-gradient(152.8% 207.55% at 112.81% -12.65%,#595cf3 0,rgba(176,12,63,.25) 100%)}.about-page .about__wrapper .about__highlight{color:var(--identity-color);font-weight:700;text-underline-offset:6px;transition:.2s}.about-page .about__wrapper a:hover{color:var(--identity-hover)}.about-page .about__wrapper .about__row{width:50%;display:flex;align-items:start;gap:3.5rem;margin-top:2rem}.about-page .about__wrapper .about__row p{line-height:140%}