.SectionSkills{display:flex;flex-direction:column}.SectionSkills__title2{display:flex;width:1000px;margin:0 auto 40px}@media screen and (max-width:1100px){.SectionSkills__title2{width:600px}}@media screen and (max-width:620px){.SectionSkills__title2{width:90%}}.SectionSkills__lists{display:flex;justify-content:space-between;margin:0 auto;width:1000px}@media screen and (max-width:1100px){.SectionSkills__lists{width:600px;flex-wrap:wrap;gap:40px}}@media screen and (max-width:620px){.SectionSkills__lists{width:90%;flex-wrap:nowrap;flex-direction:column}}.SectionSkills__list{display:flex;flex-direction:column}.SectionSkills__title3{margin:0 0 20px}.SectionSkills__row{display:flex;justify-content:space-between;height:28px;margin:0 0 10px;max-width:300px}.SectionSkills__element{margin:auto 20px auto 0}.SectionSkills__stars{display:flex}.SectionSkills__star{color:var(--color-violet);font-size:12px;margin:auto 5px auto 0}.SectionSkills__star--darkMode{color:var(--color-dark-white)}