@media only screen and (max-width: 991px) {
  .reports-block .reports-row {
    padding: 30px;
  }
  .reports-block .reports-row:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .reports-block .reports-row {
    padding: 20px;
  }
  .reports-block .reports-row:not(:last-child) {
    margin-bottom: 30px;
  }
  .reports-block .reports-title {
    margin-bottom: 13px;
  }
  .reports-row h4 {
    font-size: 16px;
  }
  .reports-content-inner img {
    margin-bottom: 5px;
    margin-top: 7px;
  }
}
