 .spinner-border-sm {
            position: absolute;
        }

        @media (max-width: 992px) {
            .pages-header {
                height: 60vh !important;
            }

            .pages-header h5 {
                font-size: 28px !important;
            }
        }

        @media (max-width: 576px) {
            .pages-header {
                height: 60vh !important;
            }
        }

.posisi-card {
    width: 300px;
    max-width: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background-color: #fff;
    overflow-wrap: break-word;
}
.posisi-header {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.container-karir {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.card-karir {
  background: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  width: 300px;
  flex: 0 0 auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.btn-wa {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
    background: rgb(37, 211, 102);
    color: white;
    padding: 12px 20px;
    border-radius: 24px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
}

.btn-shopee {
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 999999;
    background: rgb(250, 106, 9);
    color: white;
    padding: 12px 20px;
    border-radius: 24px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
}

.btn-tokped {
    position: fixed;
    right: 20px;
    bottom: 120px;
    z-index: 999999;
    background: rgb(8, 134, 19);
    color: white;
    padding: 12px 20px;
    border-radius: 24px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
}

.btn-tiktokshop {
    position: fixed;
    right: 20px;
    bottom: 170px;
    z-index: 999999;
    background: rgb(0, 0, 0);
    color: white;
    padding: 12px 20px;
    border-radius: 24px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
}