.report-head {
  position: relative;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .report-head {
    font-size: 28px;
  }
}
.report-head:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .report-head:not(:first-of-type) {
    margin-top: 80px;
  }
}
.report-list {
  margin-top: 40px;
}
.report-list li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.2rem;
  line-height: 1.5;
}
.report-list li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  bottom: auto;
  right: auto;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
  border-radius: 50%;
}
.report-list li:nth-child(n+2) {
  margin-top: 15px;
}
.report-instagram {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .report-instagram {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .report-instagram {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

.instagram-media {
  position: static !important;
}/*# sourceMappingURL=report.css.map */