.jobs__title {
  background: #FF4453;
  padding-block: 20px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jobs__title--text {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding-top: 12px;
}
.jobs__content {
  background: #F8F8F8;
}
.jobs__content--title {
  font-size: 13px;
  font-weight: 700;
  padding-block: 36px 32px;
  text-align: center;
  line-height: 1.83;
}
@media screen and (max-width: 767px) {
  .jobs__content .container {
    width: 100%;
    max-width: 100%;
  }
}
.jobs__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 10px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .jobs__list {
    grid-template-columns: 1fr;
    padding-bottom: 76px;
  }
}
.jobs__item {
  padding: 22px 17px 17px 17px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .jobs__item {
    padding-inline: 5%;
  }
}
.jobs__item--title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.jobs__item--image {
  border-radius: 3px;
  margin-bottom: 21px;
  margin-inline: auto;
  display: block;
}
.jobs__item--list {
  padding-left: 1.2em;
}
.jobs__item--item {
  font-size: 13px;
  text-indent: -1.2em;
  line-height: 1.84;
}
.jobs__item--item:before {
  content: "・";
  margin-right: 3px;
}