.bf {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  width: 100vw;
}
.bf img {
  max-width: 100%;
  margin: 0 auto;
}
.bf.general {
  position: relative;
  z-index: 1;
  margin-top: 155px;
  margin-bottom: -130px;
}

@media screen and (max-width: 768px) {
  .bf.general {
    margin-top: 52px;
    margin-bottom: -50px;
  }
}/*# sourceMappingURL=bf.css.map */