.transparent-btn {
    width: 20rem;
    height: 4rem;
    background-color: #ffffff;
    color: #17663A;
    border: 2px solid #17663A;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 0rem !important;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: auto;
}
.transparent-btn:hover {
    background-color: #006400;
}

.btn-primary:active {
    background-color: darkgreen !important;
    color: white;
  }
  #contactForm {
    display: none;
  }
  .title-job {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: #006400 solid 0.1px;
    margin-top: 3%;
    border-radius: 20px;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .title-text-job {
    display: flex;
    flex-direction: column;
  }
  .text-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .text-job {
    text-align: left;
    margin-left: 10px;
  }
  .button-contact{
    width: 40%;
  }
  .button-detail {
    padding-top : 5px;
    padding-bottom: 5px;
    padding-left: 20%;
    padding-right: 20%;
    border-radius: 10px;
    border: #ffffff;
  }
  .button-detail:hover {
    background-color: #006400;
    cursor: pointer;
  }
  .text-detail-vacancy {
    top: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  @media screen and (max-width: 357px){
    body {
        width: 357px;
    }
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .transparent-btn {
        width: 100% !important;
    }
  } 
  p.title-job-vacancy {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10%;
    width: 100%;
}