/** Shopify CDN: Minification failed

Line 34:1 Expected "}" to go with "{"

**/
@media only screen and (max-width: 767px) {
  .Footer__Block{
  margin-bottom:50px;
  }
  .image_footer{
  margin-top:20px;
  }
  #insta-feed, .instafeed-shopify{
      margin-top: 15px !important;
    margin-bottom: 5px !important;
  }
  #insta-feed h2 {
    font-size: 14px !important;
    margin-bottom: 8px !important;
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
    .Footer__Block{
  margin-bottom:50px;
  }
    #insta-feed h2 {
    margin-bottom: 20px !important;
}
}
@media only screen and (min-width: 996px) and (max-width: 1024px) {

  .Footer__Block{
  margin-bottom:50px;
  }
}