.about-section-grid{display:grid;grid-template-areas:"a" "right";grid-template-columns:1fr;grid-template-rows:auto auto;justify-items:start;min-width:0}.about-section-grid>*{max-width:648px;width:100%;min-width:0}.about-section-right-panel{display:flex;flex-direction:column;gap:2rem;width:100%;min-width:0;grid-area:right;overflow-wrap:break-word;word-break:break-word}.about-section-right-panel>*{min-width:0;max-width:100%}@media (min-width:640px){.about-section-right-panel{flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.about-section-right-panel>*{min-width:300px;max-width:300px;flex-shrink:0}}@media (min-width:640px) and (max-width:1280px){.about-section-grid{justify-items:center}}@media (min-width:1281px){.about-section-grid{grid-template-areas:"a right";grid-template-columns:auto 1fr;grid-template-rows:auto;justify-items:stretch}.about-section-grid>*{max-width:none;width:auto}.about-section-right-panel{justify-content:flex-end;gap:3rem;width:auto;margin-top:30px}section[data-section-index="0"] .about-section-right-panel{margin-top:28px}}