@media (max-width: 1024px) {

    section#skillset .container-skillset,
    section#about,
    section#project .container-single-project,
    section#gear .container-gear {
        display: flex;
        grid-template-columns: none;
        flex-direction: column;
        gap: 25px;
    }

    section#home h1 {
        font-size: 32px;
    }

    h2.sub-title {
        font-size: 28px;
    }

    section#home h2,
    section#skillset .single-skillset h3 {
        font-size: 20px;
    }

    section#home h3,
    section#about .single-experience h3,
    section#project .single-project h3,
    section#blog .single-blog h3,
    section#gear h3 {
        font-size: 18px;
    }

    header nav ul li a,
    p,
    section#skillset .single-skillset li,
    section#about .single-experience i,
    section#project button,
    section#gear ul li {
        font-size: 16px;
    }

    section#home .container-scroll span {
        font-size: 12px;
    }

    footer {
        display: flex;
        flex-direction: column;
    }

    .container-gear,
    section#about,
    footer {
        gap: 10px;
    }

    section#project .single-project {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    footer div p,
    footer div:last-child p {
        font-size: 14px;
        text-align: center;
    }

    section#about .container-experience .single-experience {
        margin-bottom: 20px;
    }
    
    section:not(#home) {
        margin: 15vh 0px 15vh 0px;
    }
    
    section#contact .container-contact a img {
        height: 27.5px;
    }

    section#skillset .single-skillset ul {
        margin-top: 25px;
        height: 62.5px;
        opacity: 1;
    }
    
    section#skillset .single-skillset h3 {
        margin-top: 0px;
        text-shadow: 0px 0px 2.5px rgba(255, 255, 255, 0.5);
    }
    
    section#skillset .single-skillset p {
        height: 0px;
        opacity: 0;
    }

    section#skillset .single-skillset img {
        height: 0px;
        opacity: 0;
    }

    section#skillset .single-skillset div {
        height: 25px;
        opacity: 1;
        margin-top: 25px;
    }

    section#skillset .single-skillset div img {
        height: 25px;
        opacity: 1;
    }

    .hide-mobile {
        display: none;
    }

    section#home h1 {
        letter-spacing: 12.5px;
        padding-left: 12.5px;
    }
}