@media screen and (max-width: 768px){
    .instagram{ 
        height: 60px;
    }
  
    .max-2{
        max-width: 100%;
    }
}