@media screen and (max-width:1250px){
    #profile{
        height: 83vh;
        margin-bottom: 6rem;
    }
    .about-containers{
        flex-wrap: wrap;
    }
   
}@media screen and (max-width:1250px){
    #desktop-nav{
        display: none;
    }
    .hamburger-nav{
        display: flex;
    }
    #profile , .sec-container{
        display: block;
    }
    .arrow-icon{
        display: none;
    }
    section , .sec-container{
        height:fit-content;
    }
    section{
        margin:0 5%;
    }
    .sec-pic-container{
        width:275px;
        height:275px;
        margin: 0 auto 2rem;
    }
    .about-containers{
        margin-top: 0%;
    }

}
@media screen and (max-width:680px){
    #contact ,footer{
        height: 40vh;

    }
    #profile{
        height: 83vh;
        margin-bottom: 0;
    }
    .article-container{
        font-size: 1rem;
    }
    footer nav{
        height: fit-content;
        margin-bottom: 2rem;
    }
    .about-containers , .Contact-info-upper-container,.btn-container{
        flex-wrap: wrap;
    }
    .Contact-info-container{
        margin: 0;
    }
    .Contact-info-container p,
    .nav-links li a{
        font-size:1rem;
    }
    .logo{
        font-size: 1.5rem;
    }
    .nav-links{
        flex-direction: column;
        gap:0.5rem;
        text-align: center;
    }   
    .sec-pic-container{
        width: auto;
        height: 46vw;
        justify-content: center;

    } 
    .section-text-p2{
        font-size: 1.2rem;
    }
    .title{
        font-size: 1.5rem;
    }
    .text-container{
        text-align: justify;
    }
    .email{
        font-size: 1.1rem;
    }
.about-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}