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

.title-underline {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 195px;
    height: 5px;
}

#subtitle-page {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #B0B0B0;
}

.unit-kerja-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.unit-kerja-card .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle; 
    text-align: center;
}

.unit-kerja-card .jumlah_sub_unit {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #132B5080;
}

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

.unit-kerja-card .jumlah-lowongan {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #82868B;
    margin: 0;
}


@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) {
    
}