#title-page {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.5%;
    text-align: center;
    vertical-align: middle;
}

.eselon_1_name_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #132B5080;
    margin: 0;
}

.unit_kerja_name_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.5%;
    text-align: center;
    vertical-align: middle;
    color: #464353;
    margin: 15px 0;
}

.unit_kerja_description p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #B0B0B0;
    line-height: normal;
}

.card-unit-kerja-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.card-unit-kerja-info .logo {
    width: 100px;
    height: 100px;
}

.card-unit-kerja-info .desc_type {
    text-align: center;
}

.card-unit-kerja-info .unit_kerja_nama {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    color: #82868B;
    margin-bottom: 15px;
}

.card-unit-kerja-info .description p,
.card-unit-kerja-info .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #132B50B2;
}

.card-unit-kerja-info .description .btn_see_more {
    color: var(--bs-primary);
    cursor: pointer;
}

.daftar-lowongan-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
}

.daftar-lowongan-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #747474;
    margin: 15px 0;
}

.filter-lowongan a {
    color: #000000;
    font-size: 15px;
}

.filter-lowongan .active {
    color: #FBB315;
}

#container-lowongan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    min-height: 300px;
}

#container-lowongan .card-lowongan-unit-kerja {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#container-lowongan .card-lowongan-unit-kerja .logo {
    width: 70px;
    height: 70px;
}

#container-lowongan .card-lowongan-unit-kerja .lowongan_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -1%;
}

#container-lowongan .card-lowongan-unit-kerja .description p,
#container-lowongan .card-lowongan-unit-kerja .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #363636b2;
}

@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    
}