.job-title {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  border: 0px;
}

.card {
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
  border-top: 0px;
  background-color: #f5f6f9;
}

.card-header {
  align-items: center;
  height: 60px;
  border: 1px solid #e0e0e0;
  background-color: #f5f6f9;
}

.card-body {
  background-color: #fff;
}

.card-number {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

.content-title {
  color: #333;
  letter-spacing: 0.93px;
  font-size: calc(20rem / 21.333);
  font-family: lato;
  line-height: calc(20rem / 21.333);
}

.content-text {
  font-size: 16px;
  color: #414344;
  padding-left: 10px;
}

.content-text span {
  display: block;
  margin-bottom: 10px;
}

.triangle::before {
  content: "\25B2";
  display: inline-block;
  margin-right: 5px;
}

.collapsed .triangle::before {
  content: "\25BC";
}

.custom-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-left: -10px;
  background: #f0efed;
}
.custom-card:hover {
  background: #e3e1de;
}

.custom-card img {
  width: 100%;
  height: auto;
}
.custom-card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden; 
}

.custom-card p {
  font-size: 16px;
  line-height: 1.6;
}

.shift-up {
  margin-top: 50px;
}
.shift-down {
  margin-top: -50px;
}
