.SectionIntro{display:flex;justify-content:center;align-items:center}@media screen and (max-width:1100px){.SectionIntro{flex-direction:column;gap:30px}}.SectionIntro__container__title{width:700px;display:flex;flex-direction:column;gap:20px;padding:0 20px 0 0}@media screen and (max-width:1100px){.SectionIntro__container__title{width:600px;text-align:center;align-items:center;padding:0}}@media screen and (max-width:620px){.SectionIntro__container__title{width:90%}}.SectionIntro__container__image{width:300px;justify-content:right;display:flex}.SectionIntro__image{width:300px;border:1px solid var(--color-grey)}.SectionIntro__image--darkMode{border:1px solid var(--color-dark-grey);filter:brightness(.8) contrast(1.2)}@media screen and (max-width:1100px){.SectionIntro__container__image{width:600px;justify-content:center}}@media screen and (max-width:620px){.SectionIntro__container__image{width:90%}}.SectionIntro__globals{display:flex;flex-wrap:wrap;gap:10px}.SectionIntro__labels{display:flex;gap:10px}@media screen and (max-width:1100px){.SectionIntro__globals{justify-content:center}}