#insta-feed h2 {
  font-size: 56px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 749px) {
  #insta-feed h2 {
    font-size: 32px;
  }
}

@media (hover: hover) {
  #insta-feed .instafeed-overlay:hover, .instafeed-shopify .instafeed-overlay:hover {
    background-color: rgb(5 32 92 / 50%) !important;
  }
}