/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .header-navbar{
        display: none !important;
    }

    .corphive-header-navigation{
        padding: 15px;
    }

    .home-quote-card-left{
        width: 250px;
        height: 200px;
    }

    .home-whychoose-card-right{
        width: 250px;
        margin-top: 20px;
    }

    .whychoose-card{
        height: 200px;
    }

    .home-blog-section{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .home-banner-content-left h1{
        font-size: 25px;
    }

    .job-cards-section{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .toggleNavButton{
        display: block;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .counterTitle{
        font-size: 20px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}