#positions .top:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 29px 61.5px 0 61.5px;
  border-color: var(--lighter-gray) transparent transparent transparent;
}

#positions .title {
  font-size: 46px;
}

#positions p {
  font-size: 18px;
  line-height: 26px;
  max-width: 885px;
}

#positions .simple {
  list-style: none;
  max-width: 696px;
  font-size: 18px;
  line-height: 37px;
  padding-bottom:30px;
  gap: 8px 0;
}

#positions span {
  width: fit-content;
  float: none;
}

#positions .simple li {
  flex-basis: 50%;
  position: relative;
  color: #000;
}

#positions .simple li::before {
  content: '';
  position: absolute;
  background-image: url('../../images/careers-new/list.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 6px;
  left: -34px;
  width: 25px;
  height: 25px;
}

#positions .button-round {
  padding: 0 36px;
}

#positions .jobs {
  list-style: none;
  max-height: 760px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#positions .jobs li {
  border-top: 1px solid #CBCBCB;
}

#positions .jobs li p {
  font-size: 36px;
}

#positions .jobs li span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #positions .simple {
    flex-direction: column;
    width: fit-content;
    gap: 0;
  }

  #positions .jobs {
    max-height: 830px;
  }

  #positions .jobs li {
    padding: 10px 0 22px 0;
    flex-direction: column;
    align-items: start;
  }

  #positions .jobs li p {
    font-size: 20px;
    line-height: 26px;
  }

  #positions .jobs li span {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
  }

  #positions .button-round {
    margin: 17px 0 0 0;
  }
}

@media screen and (max-width: 567px) {
  #positions {
    padding-top: 18px;
    margin: 0 0 30px 0;
  }

  #positions .top {
    padding-bottom: 43px;
  }

  #positions .title {
    font-size: 40px;
    line-height: 53px;
    margin: 0;
  }

  #positions .simple {
    padding-left: 29px;
  }

  #positions .simple li {
    margin-bottom: 11px;
  }

  #positions .container > p {
    margin: 9px auto 0 auto;
    padding-bottom: 19px;
    font-size: 16px;
    line-height: 24px;
  }

  #positions p {
    font-size: 19px;
    line-height: 24px;
  }

  #positions .jobs {
    margin-top: 67px;
    padding-top: 0;
  }
}