html {
    scroll-behavior: smooth;
}


.js-cookie-consent {
    @apply bg-white text-black border border-black rounded-md p-4 flex flex-col md:flex-row md:items-center md:justify-between gap-4 shadow-lg;
}
.js-cookie-consent-agree {
    @apply bg-black text-white px-4 py-2 rounded-md hover:bg-gray-800 transition;
}


@media (max-width: 768px) {
    .estatistics {
        justify-content: center;
        text-align: center;
    }

    #depoimentos h2{
        font-size: 2rem;
    }
}
