@media (max-width: 768px){
    .headers{
        height: 35vh;
    }
    .headers img{
        height: 70px;
    }
    .headers p{
        font-size: 0.9rem;   
    }
    .layanan button{
        font-size: 0.8rem;
    }
    .card{
        width: 10rem;
    }
    .card2{
        min-width: 200px;
    }
    .card h5{
        font-size:0.9rem;
    }
    .card-body i{
        font-size: 3rem;
        padding-bottom: 20px;
    }
    .sider2{
        display: flex;
        flex-wrap: nowrap;
        color: var(--primer);
        overflow-x: scroll;
        justify-content: flex-start;
    }
}