.positions__title {
  margin-bottom: 3.5rem;
}
.positions__item {
  position: relative;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.positions__item::before, .positions__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#46FB65), to(#F5FC44));
  background: linear-gradient(90deg, #46FB65 0%, #F5FC44 100%);
  opacity: 0.1;
}
.positions__item::after {
  top: 0;
  visibility: hidden;
}
.positions__item::before {
  bottom: 0;
}
.positions__item:not(:last-child) {
  margin-bottom: 2rem;
}
.positions__item:first-child {
  padding-top: 2rem;
}
.positions__item:first-child::after {
  visibility: visible;
}
.positions__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.positions__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.positions__item-info > li {
  position: relative;
  font-size: max(0.9375rem, 12px);
  line-height: 100%;
  font-weight: 500;
  padding: 0.5625rem 1rem;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .positions__item {
    padding-bottom: 24px;
  }
  .positions__item:not(:last-child) {
    margin-bottom: 24px;
  }
  .positions__item:first-child {
    padding-top: 24px;
  }
  .positions__item-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .positions__item-row {
    margin-bottom: 16px;
  }
  .positions__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 12px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
    background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  }
  .positions__item-link > svg {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .positions__item-info {
    gap: 8px;
  }
}
/*# sourceMappingURL=positions.css.map */
/*# sourceMappingURL=positions.css.map */