@media (min-width: 768px) {

    /* hero */
    .hero {
        /* background-color: antiquewhite; */
        padding: 20px;
        /* border-bottom: #81829c solid 2px; */
    }

    .carousel-item {
        height: 650px;
    }

    .carousel-item img {
        border-radius: 40px;
        object-fit: cover;
        overflow: hidden;
    }

    /* footer */
    .logo-footer img{
        width: 300px;
    }

}

@media (max-width: 768px) {

    /* navbar */
    #navbarNav{
        padding-left: 20px;
    }

    /* hero */
    .carousel-item {
        height: 200px;
    }

    .carousel-item img {
        border-radius: 40px;
        object-fit: cover;
        overflow: hidden;
    }

    /* media informasi */
    /* .media-informasi{
        display: none;
    } */

    /* about */
    /* .about{
        display: none;
    } */
    .content-about {
        /* background-color: antiquewhite; */
        width: 100%;
        margin: 0;
        padding: 0;
        /* background-color: antiquewhite; */
    }

    .content-text {
        margin-top: 10px;
        /* background-color: aqua; */
    }

    /* card news */
    .content-news {
        margin-top: 20px;
        width: 100%;
    }

    /* inti&dinas */
    .foto-person {
        margin-bottom: 20px;
    }

    .text-person p {
        width: 100%;
    }

    .foto-all {
        width: 300px;
    }

    /* footer */
    .logo-footer img{
        width: 300px;
    }
    .copyright{
        margin: 20px;
    }
}