/* @media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #333;
        padding: 20px;
    }

    .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }
} */

@media screen and (max-width: 40em) {
    .hero-section {
        flex-wrap: wrap;
        text-align: center;
    }

    .hero-top p {
        font-size: 1em;
    }

    .hero-top h1 {
        font-size: 1.5em;
    }
}