body,
html {
    color: rgb(51 65 85);
    min-height: 80vh;
}

.page-content {
    padding-bottom: 0px !important;
    background-color: white;
    min-height: 80vh;
}

.judul {
    width: 116px;
    vertical-align: top;
    padding: 10px 0px;
}

.content {
    width: auto;
    color: rgb(51 65 85);
    word-wrap: break-word;
}

.trow {
    border-bottom: 1px solid rgb(203 213 225);
}

.deskripsi th {
    padding: 5px 0px;
    color: rgb(51 65 85);
    font-weight: 500 !important;
}

.deskripsi td {
    padding: 5px 0px;
    border-bottom: 1px solid rgb(203 213 225);
}

.deskripsi p {
    color: rgb(51 65 85);
    font-size: 16px !important;
}

.deskripsi strong {
    font-weight: bold !important;
}

.tombol,
.tombol:hover {
    background-color: #e8070f;
    border-radius: 20px;
    color: white;
    font-weight: 700 !important;
    border: 0;
    padding: 7px 0px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.logoImg {
    background-color: white;
    width: 140px;
    height: 140px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .judul {
        width: 30%;
    }

    .content {
        width: auto;
    }
}
