body {
    scroll-behavior: smooth;
}

/* header */
.page-header {
    padding-bottom: 48px;
    padding-top: 80px;
}

header {
    background-image: url('../../../images/pengobatan/header-bg.jpg');
    background-size: cover;
    background-repeat: none;
    background-position: center center;
}

/* Content */
.content-link {
    background-color: var(--white);
    border-radius: 8px;
    border: 1px solid var(--black);
    color: var(--black);
    font-family: 'PT Sans', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    color: var(--black);
    line-height: 130%;
    font-weight: 700;
}

.content-link.active {
    background: var(--primary-base) !important;
}

.pengobatan-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
}

@media (min-width: 768px) and (max-width: 997.98px) {

    /* Pengobatan */
    .pengobatan-img {
        height: 320px;
    }
    /* End Pengobatan */
}

@media (max-width: 767.98px) {

    .page-header {
        padding-top: 2rem;
    }

    /* Pengobatan */
    #metode .marginR-3 {
        margin-right: 4px;
    }

    .pengobatan-img {
        height: 300px;
    }
    /* End Pengobatan */

}
