.instagram-feed .section__color-wrapper{
  background-image: var(--section_bg_img_desk);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.instagram-feed .section__header{
  color: #fff;
}
.instagram-feed .section__header .heading {
  color: currentcolor;
}
.instagram-feed .insta--handle{
  color: #00B7BD;
  margin-top: 25px;
  display: inline-block;
  padding-bottom: 4px;
}
.instagram-feed .button.button--primary-2:hover{
  background: #fff;
  color: #00205b;
}

@media screen and (max-width: 740px){
  .instagram-feed .section__color-wrapper{
    background-image: var(--section_bg_img_mbl);
  }
}