@media (max-width:991px) {
    header{
        background-size:contain ;
        background-repeat: no-repeat;
        height: 70vh;
    }
    h1{
        font-size: 35px;
    }
    h2{
        font-size: 30px;
    }
    .container{
        width: 95%;
    }
    .about-content{
        border: none !important;
    }
    .portfolio .nav-link{
        margin-bottom: 15px;
    }
    .resume .col-md-6{
        margin-bottom: 25px;
    }
    .testimonials .item{
        margin-bottom: 35px;
    }

}

@media (max-width:768px) {
    h1{
        font-size: 35px;
    }
    h2{
        font-size: 30px;
    }
   .resume {
    text-align: center;
   }    
   .contact .container>p{
       width: 100%;
    }
    .map .contact-info{
        width: auto;
        margin-right: 10px;
        
    }
    .map .contact-item{
       justify-content: flex-start!important;
       margin-left: 30px;
    }
    
    footer{
        padding-top: 5rem;
        padding-bottom: 5rem;

    }
    footer p:last-of-type,footer p.copy{
     text-align: center !important;   
    }
}