/*rgba(245, 130, 32, 0.05)*/
.content-wrapper.competences .content .title {
  margin-bottom: 0.8em;
}
.content-wrapper.competences .content .competences-list {
  margin: 0 -0.944445em;
  display: flex;
  flex-wrap: wrap;
}
.content-wrapper.competences .content .competences-list__item {
  margin-bottom: 1.37em;
  padding: 0 0.944445em;
  width: 20%;
  min-height: 6.15em;
}
.content-wrapper.competences .content .competences-list__item.red .competences-list__link::before,
.content-wrapper.competences .content .competences-list__item.red .competences-list__link::after {
  border-bottom-color: #FF5E33;
}
.content-wrapper.competences .content .competences-list__item.blue .competences-list__link::before,
.content-wrapper.competences .content .competences-list__item.blue .competences-list__link::after {
  border-bottom-color: #5EB2F7;
}
.content-wrapper.competences .content .competences-list__item.brown .competences-list__link::before,
.content-wrapper.competences .content .competences-list__item.brown .competences-list__link::after {
  border-bottom-color: #F58220;
}
.content-wrapper.competences .content .competences-list__item.turquoise .competences-list__link::before,
.content-wrapper.competences .content .competences-list__item.turquoise .competences-list__link::after {
  border-bottom-color: #41C7CF;
}
.content-wrapper.competences .content .competences-list__item.yellow .competences-list__link::before,
.content-wrapper.competences .content .competences-list__item.yellow .competences-list__link::after {
  border-bottom-color: #FFC123;
}
.content-wrapper.competences .content .competences-list__link {
  padding: 0.8em 1.05em;
  display: block;
  height: 100%;
  border: 1px solid #C9CACB;
  color: #4A4A4A;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.content-wrapper.competences .content .competences-list__link::before, .content-wrapper.competences .content .competences-list__link::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 22px;
  border-bottom: 2px solid transparent;
}
.content-wrapper.competences .content .competences-list__link::before {
  top: -1px;
}
.content-wrapper.competences .content .competences-list__link::after {
  bottom: -1px;
}
.content-wrapper.competences .content .competences-list__link:hover .competences-list__text {
  color: #F58220;
}
.content-wrapper.competences .content .competences-list__icon {
  margin-bottom: 0.444445em;
  display: block;
  height: 1.445em;
  object-fit: contain;
}
.content-wrapper.competences .content .competences-list__text {
  display: block;
  color: #4A4A4A;
  font-size: 0.722223em;
  line-height: 130%;
}

/*# sourceMappingURL=competences.css.map */
