﻿@media screen and (min-width: 768px) {
  .module_list-report-border-none {
      border-top: none !important;
  }
}
@media screen and (max-width: 767px) {
  .module_list-report__list-dl:first-child {
      border-top: none;
  }
}