@charset "utf-8";

.esgreport-tnfd-flex {
  display: flex;
  justify-content: space-around;
  margin: 24px 0;
}

@media screen and (max-width: 767px) {
  .esgreport-tnfd-flex {
    flex-direction: column;
  }
}
