.insta {
  position: relative;
  padding-bottom: 0;
}
.insta-croissant {
  position: absolute;
  top: -8%;
  left: -1%;
  width: 102%;
}
.insta-link {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .insta-croissant {
    top: -5%;
  }
}
@media screen and (max-width: 992px) {
  .insta-link {
    font-size: 16px;
  }
  .insta-croissant {
    top: 0%;
  }
}
@media screen and (max-width: 768px) {
  .insta-croissant {
    top: 5%;
  }
}

.instagram-user-root-container,
.sk-ig-load-more-posts,
.sk_branding {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}
.sk-instagram-feed-item {
  width: 370px !important;
  height: 370px !important;
}
.sk-ig-post-img {
  width: 100% !important;
  height: 100% !important;
}

.insta-swiper-button-next {
  background-image: url(../assets/instaRight.svg);
  background-repeat: no-repeat !important;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 99;
  transform: translateY(-50%);
  cursor: pointer;
}
.insta-swiper-button-prev {
  background-image: url(../assets/instaLeft.svg);
  background-repeat: no-repeat !important;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  transform: translateY(-50%);
  cursor: pointer;
}
