@media (max-width: 768px) {

    h1 {
        font-size: 2rem !important;
        line-height: 1.2;
    }

    h2 {
        font-size: 1.3rem !important;
    }

    .logo img {
        height: 55px;
    }

    .grid {
        grid-template-columns: 1fr !important;
    }

    .p-6 {
        padding: 1.2rem;
    }

    .h-64 {
        height: 220px;
    }
}