@media screen and (max-width: 640px) {
    .custom-cursor {
        display: none;
    }
    
    video {
        width: 100%;
    }

    .about {
        display: block;
    }

    .about img {
        margin-top: 40px;
    }

    .experience {
        display: block;
    }

    .experience-tab {
        margin-left: 0;
        width: 100%;
        margin-top: 40px;
    }

    .experience-specification {
        font-size: 16px;
    }

    .project-list {
        display: block;
    }

    .project-list-single {
        margin-bottom: 40px;
    }

    .container_info {
        display: block;
    }

    .contact_info {
        width: auto;
        margin-bottom: 24px;
    }

    .form_container {
        width: auto;
        margin-bottom: 40px;
    }

    .single-description{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .single-text {
        width: auto;
        margin-bottom: 40px;
        grid-column: auto / span 2;
    }

    .single-specification:first-of-type {
        margin-bottom: 24px;
    }

    .single-intention {
        width: auto;
    }

    .single-intention {
        display: block;
    }

    .single-intention p {
        margin-top: 24px;
        margin-left: 0;
    }

    .single-big-small,
    .single-small-big {
        display: block;
    }

    .bloc-image {
        margin-bottom: 24px;
    }

    h1 {
        font-size: 64px;
    }

    .index-image{
        display: flex;
        justify-content: flex-end;
    }

    .index-image img {
        display: block;
        width: 51%;
    }

    .link-container .title {
        font-size: 20px;
    }

    .tag-list {
        display: grid;
        grid-template-columns: repeat(3, 3fr);
    }

    .tag-list p {
        width: fit-content;
    }
}

@media screen and (max-width: 430px) {
    .index {
        align-items: start;
        padding-top: 100px;
        display: block;
    }

    .index-image {
        position: relative;
        margin-top: 24px;
    }

    .index-name {
        font-size: 14px;
        margin-bottom: 24px;
    }

    h1 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .index-image {
        justify-content: center;
    }

    .link-icon {
        margin-left: 4px;
    }

    .index-image img {
        width: 80%;
    }

    .link-nav {
        margin-right: 16px;
    }

    .icon-nav {
        height: 12px;
        width: 12px;
    }

    .link-container .title {
        font-size: 16px;
    }

    .index-name img {
        width: 12px;
        height: 12px;
    }

    .link-nav {
        margin-bottom: 16px;
    }

    .link-nav:last-of-type {
        margin-bottom: 0;
    }

    .experience-date {
        width: 100px;
        text-align: right;
    }

    .about img {
        width: 100%;
    }

    .tag-list p {
        display: flex;
        align-items: center;
        padding: 4px 24px;
        margin-bottom: 24px;
    }

    .contact_list {
        margin-top: 24px;
    }
}