.w-page {
  background: $page-background;
  .text-page-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.15px;
    color: $grey-10;
  }
  .filters {
    background: $filters-background !important;
  }
  .content {
    min-height: 100px;
  }
}