    a.btn-posts-career {
    text-transform: capitalize;
    font-size: 16px;
    color: var(--lmh-primary-info);
    font-weight: 600;
    padding: 4px 12px;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    }
    .post-type-archive-jobs .post-details {
    padding: 17px 25px;
    }
   .post-type-archive-jobs .post-details {
    border: 1px solid #707372;
}
.post-type-archive-jobs .post-excerpt p {
    font-size: 16px;
}
    .what-we-stand h3 {
    color: #C4D600;
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}
.what-we-stand p {
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
}
hr.hr-width-2 {
    opacity: 1;
    color: #C4D600;
    height: 10px;
    border-radius: 10px;
    width: 60%;
    margin: 0 auto;
}
.benefit h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
}

.thg-theme .benefit p {
    color: #fff;
    font-size: 16px;
}
.benefit {
    padding: 45px 30px;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-type-archive-jobs .thg-card-button {
    margin-top: 15px;
}
.post-type-archive-jobs .careers-list h3.thg-card-title {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 1px;
}
.post-type-archive-jobs .thg-card-button {
    margin-top: auto;
}
.post-type-archive-jobs .thg-card-icon i {
    font-size: 55px;
}

.post-type-archive-jobs .find-a-job h3.thg-card-title {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.7px;
}
.post-type-archive-jobs .find-a-job .thg-card-description {
    margin-bottom: 60px;
}

.post-type-archive-jobs .careers-list .thg-card-description {
    margin-bottom: 35px;
}

.thg-theme .btn-posts-career:hover {
  color: var(--lmh-primary-success);
}

.btn-posts-career .fa-arrow-right {
  transition: transform 0.3s ease;
}

.btn-posts-career:hover .fa-arrow-right {
  transform: translateX(4px);   
}
