:root{
   --nar-body-color:rgb(78, 75, 80);
   --var-body-light-color:rgb(210, 205, 214);
   
}

.horizontal_line{
    width:70%;
    margin-left: 15%;
    border-color:#eee9f4;
    margin-top: 120px;
    margin-bottom: 15px;
    border-top: 2px solid #eee9f4;

}


.hiring-box {
    display:inline-flex;
    flex-direction: column;
    flex-wrap:nowrap;
    justify-content:start;
    width:70%;
    position:relative;
    margin-left: 15%;
    margin-top: 8vw;
}

.text-box_left {
    display:flex;
    flex-direction: column;
    width:100%;
    position:relative;
    justify-content:center;
    margin: 0vw 2vw 1vw 0px;
}


.title {
    margin: 12px 0vw 12px 0px;
    max-width:auto;
    align-items:center;
    justify-content: end;
    text-align:center;
    font-size:22px 
 }

.hiring_description {
    margin: 12px 0vw 12px 0px;
    padding-left:18px;
    max-width:auto;
    align-items:center;
    justify-content: justify;
    text-align:center;
    font-size:18px
}

.more-button {
      background-color: white;
      border:1.5px solid #A57BC3;
      color: var(--nav-logo-color);
      padding: 2px 18px;
      text-align: center;
      text-decoration: none;
      font-size: 18px;
      border-radius: 16px;
      cursor: pointer;
      display: block;
      margin:auto;
      max-width:150px;
      outline: none;
      text-decoration: none;
      margin-bottom: 30px;
    }

    .more-button:hover{
      background-color: #A57BC3;
      color: white;
      text-decoration: none;
    }

a, a:hover {
  text-decoration: none;
}

