.report_txt {
  margin: 1em 1em 2.5em;
  line-height: 1.5;
}

ul.report_photo {
  margin: 1em 1em 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.report_photo li {
  width: calc(25% - 10px);
  margin: 0 5px 10px;
}

ul.report_photo img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  ul.report_photo {
    margin: 1em 0em 3em;
  }
  ul.report_photo li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
