.insta_block {
  max-width: 850px;
  margin: 3em auto;
  padding: 2em 1em;
  background: #f2f2f2;
}
.insta_block h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.insta_block h3 span {
  color: #de0303;
  display: block;
  font-size: 0.65em;
  padding: 0.5em 0;
}
.insta_block > p {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.insta_gallery {
  display: flex;
  overflow-x: scroll;
  /* height: 525px; */
  margin-top: 15px;
}

.instagram-media:not(:first-of-type) {
  margin-left: 20px !important;
}

a.ViewProfileButton {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
  .insta_gallery {
    justify-content: center;
  }
}
