@media (max-width: 768px) {
    .nav-right {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .quick-links-dropdown {
        left: auto;
        right: 0;
    }

    .about-page .section {
        padding: 44px 0;
    }

    .about-page-title {
        padding-top: 56px;
        padding-bottom: 8px;
    }

    .about-hero {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .about-photo {
        width: 200px;
        height: 200px;
    }

    .about-name-native {
        margin-bottom: 8px;
    }

    .about-name-english {
        font-size: 2.6rem;
        margin-bottom: 12px;
    }

    .about-hero-summary,
    .hero-description.secondary {
        max-width: 100%;
    }

    .download-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .download-title {
        font-size: 1.8rem;
    }

    .download-submit {
        width: 100%;
        text-align: center;
    }

}
