.persyaratan-pelayanan {


    h1 {
        font-size: 24px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500 !important;
        margin-bottom: 2rem;
        text-align: left !important;
    }

    table {
        background-color: #ffffff;
        display: block;
        padding: 1.5rem;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
    }

    tr:first-child strong {
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600 !important;
    }

    tr:first-child {
        border-bottom: 1px solid #e5e5e5;
    }

    tr:not(:first-child) strong {
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600 !important;
    }

    td {
        padding: 10px;
    }

    p {
        font-size: 0;
        padding: 0;
        margin: 0;
    }

    td p strong {
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400 !important;
        color: #000000;
    }

    li {
        padding-left: 13px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 400 !important;
        font-family: 'Poppins', sans-serif;
    }

    li a {
        color: rgb(172, 4, 4);
        font-weight: 600;
        transition: 0.5s;
    }

    li a:hover {
        color: rgb(122, 16, 16);
        text-decoration: none;
    }

    /* tr {
        border-bottom: 1px solid #e5e5e5;
    } */

    strong {}

    p {
        color: black;
        margin-bottom: 0px;

    }
}