.positionCardBody__description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 14px;
  text-align: left;
  max-height: 119px;
}
.positionCardHeader {
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-color: #2f7c85;
  color: white;
  cursor: pointer;
  padding: 0 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.positionList__description__content {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  border-bottom: 1px solid #dbd9d6;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
