.job-header {
    position: relative;
    background: url("/assets/images/bg-karir.webp") center center/cover;
}

.job-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.job-header .container {
    position: relative;
    z-index: 1;
}

.job-header h4,
.job-header h1,
.job-header p {
    color: white;
    text-shadow: 0 2px 2px #333;
}
.lowongan-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;

    /* mengubah warna kotak dibawah judul */
    /* background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)); */
    background: #47b2e4;

    bottom: 0;
    left: calc(50% - 20px);
}
.lowongan-title::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.job-header p {
    font-weight: 300;
}
.card-karir {
    -webkit-box-shadow: 1px 6px 20.5px 2.5px #dddddd;
-moz-box-shadow: 1px 6px 20.5px 2.5px #dddddd;
box-shadow: 1px 6px 20.5px 2.5px #dddddd;
}

@media (max-width: 992px) {
    .text-membuka-lowongan {
        display: block;
        font-size: 8px;
    }
}
.heading-card-right{
	font-size: 18px;
}
@media (min-width: 992px) { /* ukuran layar besar */
  .heading-card-right {
    font-size: 21px ;
  }
}
