#insta-feed h2{
  font-family: serif;
  font-size: 24px;
}

@media screen and (max-width: 768px){
      #insta-feed .instafeed-container{
        width: 50%!important;
        padding-top: 50%!important;
      }
}