@media (max-width: 1024px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-separator {
        width: 100%;
        height: 70px;
    }
    .hero-text-layer .row:not(:last-child) {
        margin-bottom: 8px;
    }
    .hero-title {
        font-size: 36px;
    }
    .hero-desc {
        font-size: 14px;
    }
    .btn-selengkapnya {
        width: 60%;
    }
    .btn-selengkapnya-text {
        top: calc(50% - 18px);
        font-size: 12px;
        left: 12%;
    }
    .tombol-tentangkami img {
        height: 50px;
    }
    .foto-fungsi-kanan {
        margin-top: 20px;
        height: 250px;
        object-fit: cover;
    }
    .btn-program-container {
        padding: 4px;
    }
    button.btn-circle {
        margin: 4px 4px 4px 0;
    }
    button.btn-circle:first-child {
        margin-left: 4px;
    }
    button.btn-circle:last-child {
        margin-right: 4px;
    }

    .klop-container {
        width: 60%;
    }

    .klop-title {
        font-size: 36px;
    }
    .klop-name {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-text-layer .row:not(:last-child) {
        margin-bottom: 8px;
    }
    .hero-title {
        font-size: 24px;
    }
    .hero-desc {
        font-size: 12px;
    }
    .btn-selengkapnya {
        width: 100%;
    }
    .btn-selengkapnya-text {
        top: calc(50% - 18px);
        font-size: 12px;
        left: 20%;
    }

    .klop-container {
        padding: 0 20px 20px 20px;
        width: 60%;
    }

    .fullscreen-gallery-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 480px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo-text {
        font-size: 2.2vw;
    }
    .section-banner img.hero-banner {
        aspect-ratio: 4/3;
        border-radius: 20px;
    }
    .section-banner .hero-text-layer {
        left: 40px;
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .hero-text-layer .row:not(:last-child) {
        margin-bottom: 8px;
    }
    .hero-title {
        font-size: 18px;
    }
    .hero-desc {
        font-size: 12px;
    }
    .btn-selengkapnya {
        width: 100%;
    }
    .btn-selengkapnya-text {
        top: calc(50% - 14px);
        font-size: 10px;
        left: 20%;
    }
    .button-navigation-prediksi .icon-part i {
        font-size: 20px;
    }
    .button-navigation-prediksi .icon-part {
        border-radius: calc(40px / 2);
        width: 40px;
        height: 40px;
    }
    .button-navigation-prediksi .text-part {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 12px;
    }
    .highlight-card-container {
        padding-bottom: .5rem;
    }
    .btn-nav-galeri {
        width: 24px;
    }
    .btn-nav-galeri.active {
        width: 48px;
    }
    .btn-nav-galeri-arrow {
        width: 42px;
        height: 42px;
        padding: 0;
        line-height: 42px;
        border-radius: 50% !important;
        background-color: white !important;
        color: #4C90EC;
        border: 1px solid #4C90EC;
    }
    .btn-nav-galeri-arrow i {
        color: #4C90EC;
        font-size: 18px;
        display: block;
    }

    .klop-container {
        padding: 0 10px 20px 10px;
    }
    img.banner-klop {
        object-fit: cover;
    }
    img.maskot-klop {
        margin-right: 0;
        max-width: 100%;
    }
    .btn-layanan-klop {
        padding: 0 10px;
    }

    .link-footer-container {
        padding-right: 0;
    }
    .link-footer-container div:not(:first-child) {
        border-left: none;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .link-website > div {
        margin-top: 20px;
    }
    .logo-sigap {
        margin-bottom: 10px;
    }

    .fullscreen-gallery-grid-container {
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .galeri-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
