body {
    background-color: #F5F5F7 !important;
}

.card {
    margin-bottom: 30px !important;
}

.card-right {
    padding-right: 20px;
}

.card-body-info {
    padding: 2rem !important;
}

.card-body .row {
    margin-bottom: 3rem;
}

h2.unit-detail {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: left;
}

h3.unit-detail {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    color: #121212;
    margin-bottom: 0 !important;
}

h4.unit-detail {
    font-family: Open Sans;
    font-size: 12px;
    line-height: 200%;
    text-align: center;
    color: #121212;
    margin-bottom: 0 !important;
}

p.unit-detail {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 200%;
    color: #121212;
    text-align: left;
}

.pad {
    padding-top: 1rem !important;
}

th {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    background-color: #323F75;
    color: white;
}

td {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 180%;
    color: #121212;
}

tr:nth-child(even) {
    background-color: #FAFAFC;
}

.isi-center {
    text-align: center;
}

ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.btn {
    margin-top: 0 !important;
    padding: 0 !important;
}

.btn-link:hover {
    text-decoration: none !important;
    transform: scale(1.025);
}

.kontak img {
    object-fit: cover;
    height: 75px;
    width: 75px;
}

@media only screen and (max-width:426px) {
    .card-header h3 {
        font-family: Poppins;
        font-weight: 600;
        font-size: 16px;
        line-height: 180%;
        color: #323F75;
        margin: 0 !important;
        text-align: left;
    }

    h2.unit-detail {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 12px;
        line-height: 140%;
        text-align: left;
    }

    h3.unit-detail {
        font-family: Open Sans;
        font-size: 14px;
        line-height: 200%;
        text-align: justify;
        color: #121212;
        padding: 0rem 1rem !important;
    }

    p.unit-detail {
        font-family: Open Sans;
        font-size: 12px;
        line-height: 200%;
        color: #121212;
        text-align: left;
    }

    th {
        font-family: Open Sans;
        font-size: 10px;
        line-height: 200%;
        text-align: justify;
        color: white;
        margin-bottom: 0 !important;
    }

    td {
        font-family: Open Sans;
        font-size: 10px;
        line-height: 200%;
        text-align: justify;
        color: #121212;
        margin-bottom: 0 !important;
    }

    .top {
        padding-top: 2rem !important;
    }

    .card-body .row {
        margin-bottom: 0;
    }

    .container-fluid {
        padding: 1rem !important;
    }

    .card-body {
        padding: 1.5rem !important;
    }

    .card-header {
        padding: 1rem 2rem !important;
        background-color: white !important;
        color: #323F75;
    }


}
