 /* General styles */

  .pp-container {
    margin: 0 auto;
    width: 100%;
  }

  .pp-flex-center {
    display: flex;
    flex-direction: column ;
    justify-content: center;
    align-items: center;
  }

  .pp-flex-center > img{
    width: 50%;
  }

  .company-d > p{
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    letter-spacing: 2px;
  }

  /* Header styles */
  .pp-header {
    background-color: #FFFFFF;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
  }

  .pp-header > i{
    font-size: 30px;
  }


  /* Job details styles */
  .pp-job-details {
    padding: 1rem;
  }

  .pp-job-details h1,
  .pp-job-details h2 {
    color: #141414;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    margin: 1rem 0;
  }

  .pp-job-details p {
    color: #141414;
    font-size: 1rem;
    line-height: 1.6;
 
  }

  .pp-company-details > p {
    line-height: 2.5rem;
  }

  .button{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
   
  }

  .button > button{
    width: 90%;
    margin: auto;
    height: 50px;
    border: none;
    background-color: #38E078;
    border-radius: 12px;
    color: black;
    font-size: 15px;
  }