@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        width: 250px;
        margin-top: 0;
    }
}