.skill--mobile__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 18px;
}
.skill--mobile__wrapper {
  width: 160px;
}
.skill--mobile__wrapper > div {
  margin-bottom: 18px;
}
.skill--mobile__list {
  list-style-type: disc !important;
}
.skill--mobile__list li {
  line-height: 1.5em;
}
.skill__wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.skill__wrapper > .row {
  --bs-gutter-x: 16px;
}
.skill__img {
  width: 57px;
  aspect-ratio: 1;
}
.skill__txt {
  margin-bottom: 0;
}/*# sourceMappingURL=skill.css.map */