.igContainer {
  width: 90%;
  position: relative;
  display: flex;
  margin: auto;
  align-items: center;
  margin-bottom: 35px;
}
.igInfo {
  width: 30%;
}
.igGroupContainer {
  width: 70%;
  position: relative;
}
.igSliderGroupSliderContainer {
  width: 100%;
}
.instagramImageContainer {
  width: 100%;
}
.instagramSlide a,
.instagramSlide figure,
.instagramSlide img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.instagramSlide {
  margin-left: 5px;
  margin-right: 5px;
}
.igSubtitle {
  max-width: 300px;
  line-height: 21px;
  font-size: 14px;
}
.igTitle {
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  font-size: 21px;
}
.igSliderLeftArrow {
  position: absolute;
  height: auto;
  left: -15px;
  top: calc(50% - 22px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.igSliderRightArrow {
  position: absolute;
  right: -15px;
  top: calc(50% - 22px);
  z-index: 1;
  height: auto;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

@media screen and (max-width: 1100px) {
  .igInfo {
    width: calc(100% - 15px);
    margin: auto;
    margin-bottom: 20px;
  }
  .igGroupContainer {
    width: 100%;
  }

  .igContainer {
    display: block;
  }
}
