.instagram_section {
  margin-bottom: 0;
}

.instagram-wrap {
  display: flex;
  flex-wrap: wrap;
}

.insta-leftcontent {
  width: 413px;
  background: #006cb9;
  padding: 50px 74px;
}

.insta-leftcontent>img {
  margin-bottom: 8px;
}

.insta-leftcontent .heading-30 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.insta-leftcontent .heading-20 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.insta-leftcontent .heading-17 {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  color: #fff;
  margin-bottom: 8px;
}

.insta-leftcontent ul {
  margin-bottom: 26px;
}

.insta-leftcontent ul li {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 23px;
  list-style-type: none;
  position: relative;
  padding-left: 12px !important;
  margin-bottom: 0;
}

.insta-leftcontent ul li:after {
  display: none;
}

.insta-leftcontent ul li::before {
  width: 6px;
  height: 6px;
  position: absolute;
  content: "";
  background: #e3eef6;
  border-radius: 100%;
  left: 0;
  top: 9px;
}

.insta-leftcontent .button {
  background: #bcd525;
  color: #1a1d20;
  font-weight: 600;
  gap: 5px;
}

.insta-leftcontent {
  position: relative;
}

.insta-leftcontent:before {
  position: absolute;
  content: "";
  right: -1px;
  bottom: -1px;
  width: 40px;
  height: 40px;
  z-index: 1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #fff 0% no-repeat padding-box;
  border: 1px solid #e3eef6;
}

.bg-blue .insta-leftcontent:before {
  background: #e3eef6 0% 0% no-repeat padding-box;
}

.insta_body_container {
  width: calc(100% - 413px);
  padding-left: 8px;
}

#sb_instagram .sbi_photo {
  position: relative;

  &::before {
    content: '';
    position: absolute;
    top: 17px;
    left: 17px;
    height: 27px;
    width: 27px;
    background: url(../images/icon/instagram-icon.svg) no-repeat;
    background-size: contain;
    z-index: 1;
  }

  &::after {
    content: '';
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    z-index: 0;
  }
}

@media (max-width: 1599px) {
  .insta-leftcontent {
    width: 380px;
    background: #006cb9;
    padding: 17px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .insta-leftcontent>img {
    margin-bottom: 8px;
    max-width: 50px;
  }
}

@media (max-width: 1440px) {}

@media (max-width: 1199px) {
  .insta-leftcontent {
    width: 300px;
    background: #006cb9;
    padding: 17px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .insta-leftcontent .heading-30 {
    font-size: 20px;
  }

  .insta-leftcontent .heading-20 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .insta_body_container {
    width: calc(100% - 300px);
  }

  .insta-leftcontent .heading-17 {
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .insta-leftcontent {
    width: 280px;
    padding: 17px;
  }

  .insta_body_container {
    width: calc(100% - 280px);
  }
}

@media (max-width: 767px) {
  .insta-leftcontent {
    width: 100%;
    max-width: 300px;
    padding: 20px 40px;
    margin: auto;
  }

  .insta_body_container {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .instagram-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .insta_body_container {
    padding-top: 5px;
  }

  .instagram_section {
    padding: 20px 0;
  }
}

@media (max-width: 480px) {}

@media (max-width: 375px) {
  .insta-leftcontent {
    max-width: 100%;
  }
}