/* for display phone and desktop, so the menu will be different display */
@media screen and (max-width: 1400px){
    #profile {
        height: 83vh;
        margin-bottom: 6rem;
    }

    .about-containers {
        flex-wrap: wrap;
    }

}

/* for display phone and desktop, so the menu will be different display */
@media screen and (max-width: 1200px){
    #desktop-nav {
        display: none;
    }
    #hamburger-nav {
        display: flex;
    }
    #experiences, .experience-details-container {
        margin-top: 2rem;
    }
    #profile, .section-container {
        display: block;

    }
    section, .section-container {
        height: fit-content;

    }
    section {
        margin: 0 5%;
    }
    .section__pic-container {
        width: 275px;
        height: 275px;
        margin: 0 auto 2rem;
    }
    .about-containers {
        margin-top: 0;
    }
    
}
