.heading-line h1{
    font-size: 25px;
    font-weight: 700;
    text-decoration: underline;
    color: #00AED6;
}

.heading-line{
    margin-top: 10rem;
}

.card-image{
    position: relative;
    min-width: 160px;
    height: 160px;
}

.card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image-content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F4F4F4;
    border-radius: 20px 20px 0px 0px;
    padding: 20px;
}

.card-content{
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
    display: inline-block;
}

.judul-content .judul{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 8px;
    color: rgb(31, 31, 31);
}

.judul-content .waktu-layanan{
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 8px;
    padding-left: 20px;
}

.waktu-layanan p{
    margin-bottom: 0;
}

.cards{
    margin-bottom: 1.5rem;
}

.card-contents{
    margin-top: 4rem;
}