.job-offers {
}
.job-offers__offers {
  padding-left: 0 !important;
}

.job-offers__offer {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ee4a2b;
}

.job-offers__title {
  width: 100%;
  margin: 0;
}

.job-offers__recomend {
  padding: 3px 13px;
  border: 1px solid #333;
  cursor: pointer;
}
.job-offers__recomend:hover {
  background-color: #ececec;
}

.job-offers__form {
  padding: 15px;
  cursor: pointer;
  user-select: none;
}
.job-offers__form:hover {
  text-decoration: none;
  opacity: 0.8;
}

.job-offers__location {
  background-color: #ee4a2b;
  color: #fff;
  padding: 5px 15px;
  white-space: nowrap;
  display: block;
  width: 170px;
  text-align: center;
  font-weight: 700;
}

.form .form-control {
  font-size: 16px;
}

.more-offers {
  margin: 35px 0 20px;
  text-align: center;
}
.more-offers__button {
  background-color: #ee4a2b;
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 700;
}
.more-offers__button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
