.hero {
  padding: 30px 40px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 70px;
}

@media screen and (min-width: 1200px) {
  .hero-banner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
.hero-banner-wrapper .hero-banner-img {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .hero-banner-wrapper .hero-banner-img {
    width: 600px;
    height: 491px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

.hero-banner-section {
  background: #f7f4ef;
  padding: 60px 0;
}

.instagram-imgs-wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .instagram-imgs-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.instagram-imgs-wrapper .instagram-img-container {
  width: 300px;
  height: 300px;
}/*# sourceMappingURL=about.css.map */