@media (max-width: 768px) {
    body, html {
        overflow-x: hidden;
    }

    .intro {
        flex-direction: column;
        gap: 20px;
    }

    .intro-img-container {
        height: 270px;
        width: 270px;
        padding-top: 10px;
    }

    .intro-img-container img {
        max-height: 270px;
    }

    .header {
        padding: 10px 20px;
    }

    .header-right {
        gap: 8px;
    }

    .header-item {
        font-size: 11px;
        padding: 4px 8px;
        align-items: center;
        text-align: center;
    }

    .home-home {
        font-size: 12px;
    }

    .home-logo-container {
        gap: 3px;
    }


    .container {
        display: flex;
        flex-direction: column;
        padding: 20px;
        max-width: 100vw;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .intro-item-h1 {
        font-size: 40px;
    }

    .intro-item-p {
        font-size: 20px;
        line-height: 30px;
    }

    .tag {
        font-size: 14px;
        padding: 6px 10px;
    }

    .tag-s {
        font-size: 12px;
        padding: 8px 12px;
    }

    .tag-l {
        font-size: 16px;
        padding: 10px 14px;
    }

    .role-tags, .project-tags {
        gap: 10px;
    }

    .container section {
        width: 80vw;
    }

    .home {
        gap: 20px;
        padding: 60px 20px 50px;
    }

    .sub-header {
        font-size: 30px;
        padding: 20px 0 10px;
    }

    .project-title {
        font-size: 22px;
    }

    .project-summary {
        font-size: 16px;
    }

    .project-card {
        margin-left: 0px;
        height: 500px;
        align-items: center;
        justify-content: center;
        align-self: center;
    }

    .about {
        margin-top: 0;
        padding: 30px 20px;
    }

    .about-content {
        padding: 0 15px;
    }
    .about-content p {
        font-size: 14px;
        line-height: 26px;
        margin: 8px;
    }

    .expand-design-style-btn {
        font-size: 16px;
    }

    .contact {
        padding: 50px 20px 100px;
    }

    .view-cv {
        margin-top: 20px;
    }

    footer {
        font-size: 14px;
        padding: 20px;
    }
    .contact-methods {
        gap: 15px;
    }

    .contact-method {
        font-size: 16px;
    }

    .contact-method-2 {
        gap: 20px;
    }

    .contact-icon {
        width: 20px;
        height: 20px;
    }
}