h4{
  font-weight: normal;
}
h4 a{
  color: #1f5697;
}
.positions {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
}
.h-121 {
  font-size: 39px;
  color: #59708c;
  font-weight: normal;
  letter-spacing: 8px;
}
.pos-list {

}
.pos-b-1 {
  background: white;
  padding: 21px;
  border: 1px solid gainsboro;
  cursor: pointer;
}
.pos-b-1:hover {
  background: #f8f8f8;
}
.left-121 {
  display: flex;
  flex-direction: column;

}
.job-121 {
  font-size: 22px;
  margin-bottom: 6px;
}

.pos-list li {
  margin-bottom: 12px;
}
.pos-content {
  background: white;
  border: 1px solid gainsboro;
  border-top: 0;
  padding: 19px;
  position: relative;
  padding-bottom: 69px;
  display: block;
}
.pos-content section {

}
.pos-content section span {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  margin-top: 24px;
}
.pos-content section p {

}
.pos-content section ul li {
  margin-bottom: 12px;
  list-style: disc;
}
.heb .pos-content section ul li{
  margin-right: 30px;
}
.pos-content section ul {
  margin-left: 35px;
}
.apply-btn {
  font-size: 17px;
  border: 1px solid #305a8b;
  border-radius: 3px;
  background: #1f5697;
  color: #ffffff;
  position: absolute;
  right: 40px;
  bottom: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  width: 120px;
  text-align: center;
  padding: 9px 0;
}

.heb .apply-btn {
  right: unset;
  left: 40px;
}

ul, ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li.heb {
  direction: rtl;
  text-align: right;
}
.hidden {
  display: none;
}
