@media (max-width: 768px){
.research-reports .wrapper .filter {
  background: var(--lpCol);
  overflow: hidden;
  border-radius: 1rem;
}

.research-reports .wrapper .filter .body {
  display: none;
}

.research-reports .wrapper .filter .body .btn {
  font-size: 1rem;
  margin-left: unset;
}

.research-reports .wrapper .filter.active .body {
  display: flex;
  flex-direction: column;
}
}

@media (max-width: 576px){
body {
  margin-block: 7rem 2rem;
}

.research-reports .wrapper {
  border: 0px solid transparent;
  border-image: url(/images/mh-border.png) 230 round;
  border-image-width: 125px;
  border-inline-width: 50px;
  border-block-width: 105px;
}
}

/*# sourceMappingURL=ResearchReports.css.map */