.jobsfeed {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: var(--blue1);
}

.jobsfeed__head {
  text-align: center;
  color: var(--blue7);
  max-width: 810px;
  margin: auto;
}
.jobsfeed__head .section-title {
  margin-bottom: 12px;
}

.jobsfeed__content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.jobsfeed-item {
  display: flex;
  flex-direction: column;
  padding: 3px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E0DEDD;
  background-color: #fff;
  max-width: 355px;
  width: 100%;
}
.jobsfeed-item__header a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 206px;
  overflow: hidden;
}
.jobsfeed-item__header a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 347/206;
}
.jobsfeed-item__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.jobsfeed-item__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
}
.jobsfeed-item__title {
  display: flex;
  color: var(--blue1);
}
.jobsfeed-item__desc {
  color: var(--grey);
}
.jobsfeed-item__footer {
  margin-top: auto;
}

.jobsfeed__wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}/*# sourceMappingURL=jobs-block.css.map */