body {
    background-color: #F5F5F7 !important;
}

.top {
    padding-top: 6rem !important;
}

.bottom {
    padding-bottom: 5rem;
}

.units {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    height: 230px;
}

.pemeriksaan {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.halaman-unit .col-lg-3 {
    padding: 0rem !important;
}

.halaman-unit a:hover {
    color: black;
    text-decoration: none;
}

h1.unit {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #2E2B2A;
}

h2.desc {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 190%;
    text-align: center;
    color: #121212;
}


@media only screen and (max-width: 2000px) {
    h1.unit {
        font-size: 16px;
    }

    .card-body {
        padding: 1.5rem !important;
    }
}

@media only screen and (max-width: 426px) {
    .top {
        padding-top: 1rem;
    }

    .units {
        height: 185px;
        margin: 1rem !important;
    }

    h1.unit {
        font-size: 14px;
    }

    .halaman-unit img {
        width: 50%;
    }
}
