.home-instagram h6 {
  text-transform: uppercase;
  color: #333833;
  font-size: 16px;
  font-weight: 600;
}
.home-instagram .flex a {
  color: rgba(65, 22, 153);
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3px;
}
.home-instagram {
  background: rgba(65, 22, 153, 0.1);
}
.home-instagram .flex {
  padding: 31px 0;
}
#sbi_images {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 575px) {
  .ig-heading h6 {
    display: none;
  }
}
.home-instagram span {
  font-weight: 600;
  margin-bottom: 0;
}
.sbi_photo {
  position: relative;
}
.sbi_photo:hover::after {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.sbi_photo::after {
  content: "";
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../assets/icons/ig-hover.svg);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: center;
  background-color: rgba(65, 22, 153, 0.4);
}
