.clubtvo-article-container {
  padding: 15px 20px 0 20px!important;
}

.tvo-report {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem!important;
  margin-right: -1.5rem!important;
  margin-left: -1.5rem!important;
}

.tvo-report-article {
  width: 100%;
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important;
}

.tvo-report-article:not(:first-child) {
  margin-top: 2rem!important;
}

.tvo-report-time {
  line-height: 2;
  font-weight: 700;
  font-size: 1.4rem;
}

.tvo-report-title {
  font-size: 1.4rem!important;
}

@media screen and (min-width: 768px) {
  .clubtvo-article-container {
    padding: 35px 30px!important;
  }

  .tvo-report-article {
    width: calc(100% / 3);
    margin-top: 0!important;
  }
}