/* ========================================= */
/* GENERATION 3 RESPONSIVE */
/* ========================================= */

@media(max-width:991px){

    .hero-grid{

        grid-template-columns:1fr;

        text-align:center;
    }

    .hero-content p{

        margin-left:auto;
        margin-right:auto;
    }

    .hero-buttons{

        justify-content:center;
    }

    .trust-grid{

        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .search-box{

        flex-direction:column;

        border-radius:16px;
    }

    .search-box button{

        padding:18px;
    }

    .trust-grid{

        grid-template-columns:1fr;
    }
}