/* RESPONSIVE KOST */
/* @media (max-width: 576px) {
    .img-card {
        width: 220px;
        height: 154px;
      
    }


    .caption-card {
        font-size: 12px;
    }

} */


@media (max-width: 576px) {

    .footer-container {
        position: relative;
        width: 459px;
        height: 199px;
        background: url('../img/bgfooter.png') no-repeat center center/cover;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 0 50px 0 0;
    }
    .footer-content h1 {
        font-size: 1.5em;
    }
    .footer-content button {
        padding: 8px 16px;
        font-size: 0.9em;
    }

    .swiperKost{
        width: 100%;
        height: 100%;
    }

    .tombol-kost {
        width: 369px; 
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 20px;
    }
}