.bjo-report-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;

}

.bjo-report-row .views-element-container {
  width: 100%;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .bjo-report-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

}

@media screen and (min-width: 1024px) {
  .bjo-report-row {
    flex-direction: row;
    justify-content: space-around;

  }

}
