  .job-description {
      max-height: 452px;
      overflow: hidden;
      transition: max-height 0.5s ease;
      position: relative;
    }
    .job-description.expanded {
      max-height: 2150px; /* large enough to show all content */
    }
    .read-more-btn {
        background-color: #d4af3700;
    color: #000000;
    cursor: pointer;
    border: 1px solid #000;
    font-size: 14px;
    border-radius: 0px;
    padding: 12px;
    }