  .bip-workoffers__list {
  list-style-type: none;
  padding-left: 0;
}
.bip-workoffers__list-item {
  display: grid;
  width: 100%;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #c0c0c0;
}
.bip-workoffers__list-item-title {
  font-weight: 650;
  text-decoration: none;
}
.bip-workoffers__list-item-info {
  display: flex;
  margin-top: 1rem;
}
.bip-workoffers__list-item-info-date {
  width: 30%;
}
.bip-workoffers__list-item-info-unit {
  width: 50%;
}
.bip-workoffers__list-item-link {
  /* width: 100px; */
}

@media (max-width: 1023px) {
  .bip-workoffers__list-item-info {
    display: block;
    margin-top: 1rem;
  }
  .bip-workoffers__list-item-info-date, .bip-workoffers__list-item-info-unit {
    width: 100%;
    margin-top: 1rem;
  }
  .bip-workoffers__list-item-link {
    width: 100%;
    margin-top: 1rem;
  }
}

/*# sourceMappingURL=work-offers.css.map */
