/** Shopify CDN: Minification failed

Line 70:3 Expected "}" to go with "{"

**/
.insta_feed_bg {
    margin-top: 80px;
}
.insta_feed_bg .social__icons {
    display: flex;
    align-items: center;
}
.insta_feed_bg .sunnytent_heading{
    margin-bottom: 50px;
    padding-top: 0;
}
.insta-feed-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.insta-feed-top p {
    margin-bottom: 0;
    margin-top: 0;
}
.insta-feed-bg {
    margin-top: -30px;
    padding-bottom: 50px;
}
#insta-feed .instafeed-container {
    width: calc(25% - 10px) !important;
    margin: 5px;
}
.instafeed-new-carousel-container{
  width: 100% !important;
}
@media screen and (max-width: 1500px){
  .insta_feed_bg {
      margin-top: 10px;
      margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px){
  .insta_feed_bg .sunnytent_heading {
     margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
  .insta_feed_bg .mobile.mobile-footer.mobile-header-menu {
      display: none;
      margin: auto;
  }
  .insta-feed-top{
      flex-wrap: wrap;
      padding-bottom: 30px;
  }
  .insta_feed_bg .sunnytent_heading{
      width: 100%;
      margin-bottom: 10px;
      text-align: left;
  
}
  @media screen and (max-width: 400px){
    .insta-feed-top li.list-social__item .list-social__link {
        padding: 6px;
    }
  }
   .instafeed-new-carousel-container .instafeed-new-arrow{
    z-index: 1;
  }